Html Css Color HEX #2F3E88 Resolution Blue

📋 copy color: '#2F3E88'

red 47 ◦ green 62 ◦ blue 136

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

Shades of Resolution Blue #2F3E88

Tints of Resolution Blue #2F3E88

RGB

 RED value IS 47 (18.75% from 255) = 19.18%

 GREEN value IS 62 (24.61% from 255) = 25.31%

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 19.18%
G = 25.31%
B = 55.51%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F3E88 (or 0x2F3E88) is known color: Resolution Blue. HEX triplet: 2F, 3E and 88. RGB value is (47,62,136). Sum of RGB (Red+Green+Blue) = 47+62+136=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F3E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3E88 is #D0C177. Grayscale: #414141. Windows color (decimal): -13681016 or 8928815. OLE color: 8928815.

HSL color Cylindrical-coordinate representation of color #2F3E88: hue angle of 229.89º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3E88 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 62 136 -
CMYK 0.65 0.54 0 0.47
HSL 229.89º 0.49% 0.36% -
HSV(B) 229.89º 0.65% 0.53% -
XYZ 7.34 5.83 24.03 -
YUV 65.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 47 62 136 0.65 0.54 0 0.47 229.89 0.49 0.36
Hex 2F 3E 88 41 36 0 2F E6 31 24
Octal 57 76 210 101 66 0 57 346 61 44
Binary 101111 111110 10001000 1000001 110110 0 101111 11100110 110001 100100

Color Harmonies of #2F3E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3E88

Black with #2F3E88

Text Example


Text Example

White with #2F3E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,62,136); }

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

background-color css

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

 a { background-color: rgb(47,62,136); }

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

border-color css

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

 span { border-color: rgb(47,62,136); }

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