Html Css Color HEX #2F518A Fun Blue

📋 copy color: '#2F518A'

red 47 ◦ green 81 ◦ blue 138

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

Shades of Fun Blue #2F518A

Tints of Fun Blue #2F518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 17.67%
G = 30.45%
B = 51.88%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F518A (or 0x2F518A) is known color: Fun Blue. HEX triplet: 2F, 51 and 8A. RGB value is (47,81,138). Sum of RGB (Red+Green+Blue) = 47+81+138=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518A is #D0AE75. Grayscale: #4D4D4D. Windows color (decimal): -13676150 or 9064751. OLE color: 9064751.

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

Color convert

RGB 47 81 138 -
CMYK 0.66 0.41 0 0.46
HSL 217.58º 0.49% 0.36% -
HSV(B) 217.58º 0.66% 0.54% -
XYZ 8.7 8.32 25.19 -
YUV 77.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 47 81 138 0.66 0.41 0 0.46 217.58 0.49 0.36
Hex 2F 51 8A 42 29 0 2E DA 31 24
Octal 57 121 212 102 51 0 56 332 61 44
Binary 101111 1010001 10001010 1000010 101001 0 101110 11011010 110001 100100

Color Harmonies of #2F518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F518A

Black with #2F518A

Text Example


Text Example

White with #2F518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,138); }

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

background-color css

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

 a { background-color: rgb(47,81,138); }

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

border-color css

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

 span { border-color: rgb(47,81,138); }

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