Html Css Color HEX #2F7590 Astral

📋 copy color: '#2F7590'

red 47 ◦ green 117 ◦ blue 144

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

Shades of Astral #2F7590

Tints of Astral #2F7590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 15.26%
G = 37.99%
B = 46.75%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F7590 (or 0x2F7590) is known color: Astral. HEX triplet: 2F, 75 and 90. RGB value is (47,117,144). Sum of RGB (Red+Green+Blue) = 47+117+144=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7590 is #D08A6F. Grayscale: #626262. Windows color (decimal): -13666928 or 9467183. OLE color: 9467183.

HSL color Cylindrical-coordinate representation of color #2F7590: hue angle of 196.7º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F7590 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 117 144 -
CMYK 0.67 0.19 0 0.44
HSL 196.7º 0.51% 0.37% -
HSV(B) 196.7º 0.67% 0.56% -
XYZ 12.57 15.34 28.68 -
YUV 99.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 47 117 144 0.67 0.19 0 0.44 196.7 0.51 0.37
Hex 2F 75 90 43 13 0 2C C5 33 25
Octal 57 165 220 103 23 0 54 305 63 45
Binary 101111 1110101 10010000 1000011 10011 0 101100 11000101 110011 100101

Color Harmonies of #2F7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7590

Black with #2F7590

Text Example


Text Example

White with #2F7590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,144); }

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

background-color css

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

 a { background-color: rgb(47,117,144); }

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

border-color css

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

 span { border-color: rgb(47,117,144); }

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