Html Css Color HEX #2F538C Fun Blue

📋 copy color: '#2F538C'

red 47 ◦ green 83 ◦ blue 140

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

Shades of Fun Blue #2F538C

Tints of Fun Blue #2F538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 17.41%
G = 30.74%
B = 51.85%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F538C (or 0x2F538C) is known color: Fun Blue. HEX triplet: 2F, 53 and 8C. RGB value is (47,83,140). Sum of RGB (Red+Green+Blue) = 47+83+140=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538C is #D0AC73. Grayscale: #4E4E4E. Windows color (decimal): -13675636 or 9196335. OLE color: 9196335.

HSL color Cylindrical-coordinate representation of color #2F538C: hue angle of 216.77º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F538C is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 83 140 -
CMYK 0.66 0.41 0 0.45
HSL 216.77º 0.5% 0.37% -
HSV(B) 216.77º 0.66% 0.55% -
XYZ 9 8.68 26.01 -
YUV 78.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 47 83 140 0.66 0.41 0 0.45 216.77 0.5 0.37
Hex 2F 53 8C 42 29 0 2D D9 32 25
Octal 57 123 214 102 51 0 55 331 62 45
Binary 101111 1010011 10001100 1000010 101001 0 101101 11011001 110010 100101

Color Harmonies of #2F538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F538C

Black with #2F538C

Text Example


Text Example

White with #2F538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,140); }

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

background-color css

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

 a { background-color: rgb(47,83,140); }

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

border-color css

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

 span { border-color: rgb(47,83,140); }

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