Html Css Color HEX #2F6585 Astral

📋 copy color: '#2F6585'

red 47 ◦ green 101 ◦ blue 133

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

Shades of Astral #2F6585

Tints of Astral #2F6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 16.73%
G = 35.94%
B = 47.33%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F6585 (or 0x2F6585) is known color: Astral. HEX triplet: 2F, 65 and 85. RGB value is (47,101,133). Sum of RGB (Red+Green+Blue) = 47+101+133=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6585 is #D09A7A. Grayscale: #585858. Windows color (decimal): -13671035 or 8742191. OLE color: 8742191.

HSL color Cylindrical-coordinate representation of color #2F6585: hue angle of 202.33º 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 #2F6585 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 101 133 -
CMYK 0.65 0.24 0 0.48
HSL 202.33º 0.48% 0.35% -
HSV(B) 202.33º 0.65% 0.52% -
XYZ 10.06 11.61 23.9 -
YUV 88.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 47 101 133 0.65 0.24 0 0.48 202.33 0.48 0.35
Hex 2F 65 85 41 18 0 30 CA 30 23
Octal 57 145 205 101 30 0 60 312 60 43
Binary 101111 1100101 10000101 1000001 11000 0 110000 11001010 110000 100011

Color Harmonies of #2F6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6585

Black with #2F6585

Text Example


Text Example

White with #2F6585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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