Html Css Color HEX #2F6689 Astral

📋 copy color: '#2F6689'

red 47 ◦ green 102 ◦ blue 137

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

Shades of Astral #2F6689

Tints of Astral #2F6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 16.43%
G = 35.66%
B = 47.9%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F6689 (or 0x2F6689) is known color: Astral. HEX triplet: 2F, 66 and 89. RGB value is (47,102,137). Sum of RGB (Red+Green+Blue) = 47+102+137=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F6689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6689 is #D09976. Grayscale: #595959. Windows color (decimal): -13670775 or 9004591. OLE color: 9004591.

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

Color convert

RGB 47 102 137 -
CMYK 0.66 0.26 0 0.46
HSL 203.33º 0.49% 0.36% -
HSV(B) 203.33º 0.66% 0.54% -
XYZ 10.44 11.91 25.42 -
YUV 89.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 47 102 137 0.66 0.26 0 0.46 203.33 0.49 0.36
Hex 2F 66 89 42 1A 0 2E CB 31 24
Octal 57 146 211 102 32 0 56 313 61 44
Binary 101111 1100110 10001001 1000010 11010 0 101110 11001011 110001 100100

Color Harmonies of #2F6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6689

Black with #2F6689

Text Example


Text Example

White with #2F6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,137); }

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

background-color css

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

 a { background-color: rgb(47,102,137); }

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

border-color css

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

 span { border-color: rgb(47,102,137); }

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