Html Css Color HEX #2B426B Resolution Blue

📋 copy color: '#2B426B'

red 43 ◦ green 66 ◦ blue 107

#2B426B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #2B426B

Tints of Resolution Blue #2B426B

RGB

 RED value IS 43 (17.19% from 255) = 19.91%

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 19.91%
G = 30.56%
B = 49.54%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B426B (or 0x2B426B) is known color: Resolution Blue. HEX triplet: 2B, 42 and 6B. RGB value is (43,66,107). Sum of RGB (Red+Green+Blue) = 43+66+107=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426B is #D4BD94. Grayscale: #3F3F3F. Windows color (decimal): -13942165 or 7029291. OLE color: 7029291.

HSL color Cylindrical-coordinate representation of color #2B426B: hue angle of 218.44º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B426B is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 66 107 -
CMYK 0.60 0.38 0 0.58
HSL 218.44º 0.43% 0.29% -
HSV(B) 218.44º 0.6% 0.42% -
XYZ 5.6 5.47 14.67 -
YUV 63.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 43 66 107 0.60 0.38 0 0.58 218.44 0.43 0.29
Hex 2B 42 6B 3C 26 0 3A DA 2B 1D
Octal 53 102 153 74 46 0 72 332 53 35
Binary 101011 1000010 1101011 111100 100110 0 111010 11011010 101011 11101

Color Harmonies of #2B426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B426B

Black with #2B426B

Text Example


Text Example

White with #2B426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B426B; }

 p { color: rgb(43,66,107); }

 H1.HeaderClassName
 {
   color: #2B426B;
 }
 .AnyTagClassName
 {
   color: #2B426B;
 }
</style>

background-color css

<style>
 a { background-color: #2B426B; }

 a { background-color: rgb(43,66,107); }

 div.DivClassName
 {
   background-color: #2B426B;
 }
 .BgClassName
 {
   background-color: #2B426B;
 }
</style>

border-color css

<style>
 span { border-color: #2B426B; }

 span { border-color: rgb(43,66,107); }

 td.TdClassName
 {
   border-color: #2B426B;
 }
 .TagClassName
 {
   border-color: #2B426B;
 }
</style>