Html Css Color HEX #2B437D Resolution Blue

📋 copy color: '#2B437D'

red 43 ◦ green 67 ◦ blue 125

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

Shades of Resolution Blue #2B437D

Tints of Resolution Blue #2B437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 18.3%
G = 28.51%
B = 53.19%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B437D (or 0x2B437D) is known color: Resolution Blue. HEX triplet: 2B, 43 and 7D. RGB value is (43,67,125). Sum of RGB (Red+Green+Blue) = 43+67+125=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B437D is #D4BC82. Grayscale: #424242. Windows color (decimal): -13941891 or 8209195. OLE color: 8209195.

HSL color Cylindrical-coordinate representation of color #2B437D: hue angle of 222.44º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B437D is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 67 125 -
CMYK 0.66 0.46 0 0.51
HSL 222.44º 0.49% 0.33% -
HSV(B) 222.44º 0.66% 0.49% -
XYZ 6.71 6.01 20.21 -
YUV 66.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 43 67 125 0.66 0.46 0 0.51 222.44 0.49 0.33
Hex 2B 43 7D 42 2E 0 33 DE 31 21
Octal 53 103 175 102 56 0 63 336 61 41
Binary 101011 1000011 1111101 1000010 101110 0 110011 11011110 110001 100001

Color Harmonies of #2B437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B437D

Black with #2B437D

Text Example


Text Example

White with #2B437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,125); }

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

background-color css

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

 a { background-color: rgb(43,67,125); }

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

border-color css

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

 span { border-color: rgb(43,67,125); }

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