Html Css Color HEX #2F528C Fun Blue

📋 copy color: '#2F528C'

red 47 ◦ green 82 ◦ blue 140

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

Shades of Fun Blue #2F528C

Tints of Fun Blue #2F528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 17.47%
G = 30.48%
B = 52.04%

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

#2F528C (or 0x2F528C) is known color: Fun Blue. HEX triplet: 2F, 52 and 8C. RGB value is (47,82,140). Sum of RGB (Red+Green+Blue) = 47+82+140=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F528C is #D0AD73. Grayscale: #4D4D4D. Windows color (decimal): -13675892 or 9196079. OLE color: 9196079.

HSL color Cylindrical-coordinate representation of color #2F528C: hue angle of 217.42º 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 #2F528C is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 82 140 -
CMYK 0.66 0.41 0 0.45
HSL 217.42º 0.5% 0.37% -
HSV(B) 217.42º 0.66% 0.55% -
XYZ 8.92 8.53 25.99 -
YUV 78.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 47 82 140 0.66 0.41 0 0.45 217.42 0.5 0.37
Hex 2F 52 8C 42 29 0 2D D9 32 25
Octal 57 122 214 102 51 0 55 331 62 45
Binary 101111 1010010 10001100 1000010 101001 0 101101 11011001 110010 100101

Color Harmonies of #2F528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F528C

Black with #2F528C

Text Example


Text Example

White with #2F528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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