Html Css Color HEX #2F4B78 Fun Blue

📋 copy color: '#2F4B78'

red 47 ◦ green 75 ◦ blue 120

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

Shades of Fun Blue #2F4B78

Tints of Fun Blue #2F4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

 BLUE value IS 120 (47.27% from 255) = 49.59%

R = 19.42%
G = 30.99%
B = 49.59%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F4B78 (or 0x2F4B78) is known color: Fun Blue. HEX triplet: 2F, 4B and 78. RGB value is (47,75,120). Sum of RGB (Red+Green+Blue) = 47+75+120=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4B78 is #D0B487. Grayscale: #474747. Windows color (decimal): -13677704 or 7883567. OLE color: 7883567.

HSL color Cylindrical-coordinate representation of color #2F4B78: hue angle of 216.99º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4B78 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 75 120 -
CMYK 0.61 0.37 0 0.53
HSL 216.99º 0.44% 0.33% -
HSV(B) 216.99º 0.61% 0.47% -
XYZ 7.08 6.99 18.75 -
YUV 71.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 47 75 120 0.61 0.37 0 0.53 216.99 0.44 0.33
Hex 2F 4B 78 3D 25 0 35 D9 2C 21
Octal 57 113 170 75 45 0 65 331 54 41
Binary 101111 1001011 1111000 111101 100101 0 110101 11011001 101100 100001

Color Harmonies of #2F4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4B78

Black with #2F4B78

Text Example


Text Example

White with #2F4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,75,120); }

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

background-color css

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

 a { background-color: rgb(47,75,120); }

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

border-color css

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

 span { border-color: rgb(47,75,120); }

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