Html Css Color HEX #2F6786 Astral

📋 copy color: '#2F6786'

red 47 ◦ green 103 ◦ blue 134

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

Shades of Astral #2F6786

Tints of Astral #2F6786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 16.55%
G = 36.27%
B = 47.18%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F6786 (or 0x2F6786) is known color: Astral. HEX triplet: 2F, 67 and 86. RGB value is (47,103,134). Sum of RGB (Red+Green+Blue) = 47+103+134=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F6786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6786 is #D09879. Grayscale: #595959. Windows color (decimal): -13670522 or 8808239. OLE color: 8808239.

HSL color Cylindrical-coordinate representation of color #2F6786: hue angle of 201.38º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6786 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 103 134 -
CMYK 0.65 0.23 0 0.47
HSL 201.38º 0.48% 0.35% -
HSV(B) 201.38º 0.65% 0.53% -
XYZ 10.33 12.03 24.33 -
YUV 89.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 47 103 134 0.65 0.23 0 0.47 201.38 0.48 0.35
Hex 2F 67 86 41 17 0 2F C9 30 23
Octal 57 147 206 101 27 0 57 311 60 43
Binary 101111 1100111 10000110 1000001 10111 0 101111 11001001 110000 100011

Color Harmonies of #2F6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6786

Black with #2F6786

Text Example


Text Example

White with #2F6786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,103,134); }

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

background-color css

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

 a { background-color: rgb(47,103,134); }

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

border-color css

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

 span { border-color: rgb(47,103,134); }

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