Html Css Color HEX #2F4F89 Fun Blue

📋 copy color: '#2F4F89'

red 47 ◦ green 79 ◦ blue 137

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

Shades of Fun Blue #2F4F89

Tints of Fun Blue #2F4F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 17.87%
G = 30.04%
B = 52.09%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F4F89 (or 0x2F4F89) is known color: Fun Blue. HEX triplet: 2F, 4F and 89. RGB value is (47,79,137). Sum of RGB (Red+Green+Blue) = 47+79+137=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F4F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4F89 is #D0B076. Grayscale: #4B4B4B. Windows color (decimal): -13676663 or 8998703. OLE color: 8998703.

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

Color convert

RGB 47 79 137 -
CMYK 0.66 0.42 0 0.46
HSL 218.67º 0.49% 0.36% -
HSV(B) 218.67º 0.66% 0.54% -
XYZ 8.48 8 24.76 -
YUV 76.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 47 79 137 0.66 0.42 0 0.46 218.67 0.49 0.36
Hex 2F 4F 89 42 2A 0 2E DB 31 24
Octal 57 117 211 102 52 0 56 333 61 44
Binary 101111 1001111 10001001 1000010 101010 0 101110 11011011 110001 100100

Color Harmonies of #2F4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F89

Black with #2F4F89

Text Example


Text Example

White with #2F4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,79,137); }

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

background-color css

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

 a { background-color: rgb(47,79,137); }

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

border-color css

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

 span { border-color: rgb(47,79,137); }

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