Html Css Color HEX #2F6F93 Astral

📋 copy color: '#2F6F93'

red 47 ◦ green 111 ◦ blue 147

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

Shades of Astral #2F6F93

Tints of Astral #2F6F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 15.41%
G = 36.39%
B = 48.2%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F6F93 (or 0x2F6F93) is known color: Astral. HEX triplet: 2F, 6F and 93. RGB value is (47,111,147). Sum of RGB (Red+Green+Blue) = 47+111+147=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F6F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6F93 is #D0906C. Grayscale: #5F5F5F. Windows color (decimal): -13668461 or 9662255. OLE color: 9662255.

HSL color Cylindrical-coordinate representation of color #2F6F93: hue angle of 201.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6F93 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 111 147 -
CMYK 0.68 0.24 0 0.42
HSL 201.6º 0.52% 0.38% -
HSV(B) 201.6º 0.68% 0.58% -
XYZ 12.12 14.08 29.68 -
YUV 95.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 47 111 147 0.68 0.24 0 0.42 201.6 0.52 0.38
Hex 2F 6F 93 44 18 0 2A CA 34 26
Octal 57 157 223 104 30 0 52 312 64 46
Binary 101111 1101111 10010011 1000100 11000 0 101010 11001010 110100 100110

Color Harmonies of #2F6F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F93

Black with #2F6F93

Text Example


Text Example

White with #2F6F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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