Html Css Color HEX #2F6F91 Astral

📋 copy color: '#2F6F91'

red 47 ◦ green 111 ◦ blue 145

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

Shades of Astral #2F6F91

Tints of Astral #2F6F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 15.51%
G = 36.63%
B = 47.85%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F6F91 (or 0x2F6F91) is known color: Astral. HEX triplet: 2F, 6F and 91. RGB value is (47,111,145). Sum of RGB (Red+Green+Blue) = 47+111+145=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F6F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6F91 is #D0906E. Grayscale: #5F5F5F. Windows color (decimal): -13668463 or 9531183. OLE color: 9531183.

HSL color Cylindrical-coordinate representation of color #2F6F91: hue angle of 200.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6F91 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 111 145 -
CMYK 0.68 0.23 0 0.43
HSL 200.82º 0.51% 0.38% -
HSV(B) 200.82º 0.68% 0.57% -
XYZ 11.97 14.02 28.86 -
YUV 95.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 47 111 145 0.68 0.23 0 0.43 200.82 0.51 0.38
Hex 2F 6F 91 44 17 0 2B C9 33 26
Octal 57 157 221 104 27 0 53 311 63 46
Binary 101111 1101111 10010001 1000100 10111 0 101011 11001001 110011 100110

Color Harmonies of #2F6F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F91

Black with #2F6F91

Text Example


Text Example

White with #2F6F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,111,145); }

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

background-color css

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

 a { background-color: rgb(47,111,145); }

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

border-color css

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

 span { border-color: rgb(47,111,145); }

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