Html Css Color HEX #2F6685 Astral

📋 copy color: '#2F6685'

red 47 ◦ green 102 ◦ blue 133

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

Shades of Astral #2F6685

Tints of Astral #2F6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 16.67%
G = 36.17%
B = 47.16%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F6685 (or 0x2F6685) is known color: Astral. HEX triplet: 2F, 66 and 85. RGB value is (47,102,133). Sum of RGB (Red+Green+Blue) = 47+102+133=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6685 is #D0997A. Grayscale: #585858. Windows color (decimal): -13670779 or 8742447. OLE color: 8742447.

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

Color convert

RGB 47 102 133 -
CMYK 0.65 0.23 0 0.48
HSL 201.63º 0.48% 0.35% -
HSV(B) 201.63º 0.65% 0.52% -
XYZ 10.16 11.8 23.93 -
YUV 89.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 47 102 133 0.65 0.23 0 0.48 201.63 0.48 0.35
Hex 2F 66 85 41 17 0 30 CA 30 23
Octal 57 146 205 101 27 0 60 312 60 43
Binary 101111 1100110 10000101 1000001 10111 0 110000 11001010 110000 100011

Color Harmonies of #2F6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6685

Black with #2F6685

Text Example


Text Example

White with #2F6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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