Html Css Color HEX #306E90 Astral

📋 copy color: '#306E90'

red 48 ◦ green 110 ◦ blue 144

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

Shades of Astral #306E90

Tints of Astral #306E90

RGB

 RED value IS 48 (19.14% from 255) = 15.89%

 GREEN value IS 110 (43.36% from 255) = 36.42%

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

R = 15.89%
G = 36.42%
B = 47.68%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306E90 (or 0x306E90) is known color: Astral. HEX triplet: 30, 6E and 90. RGB value is (48,110,144). Sum of RGB (Red+Green+Blue) = 48+110+144=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #306E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E90 is #CF916F. Grayscale: #5F5F5F. Windows color (decimal): -13603184 or 9465392. OLE color: 9465392.

HSL color Cylindrical-coordinate representation of color #306E90: hue angle of 201.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306E90 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 110 144 -
CMYK 0.67 0.24 0 0.44
HSL 201.25º 0.5% 0.38% -
HSV(B) 201.25º 0.67% 0.56% -
XYZ 11.83 13.79 28.42 -
YUV 95.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 48 110 144 0.67 0.24 0 0.44 201.25 0.5 0.38
Hex 30 6E 90 43 18 0 2C C9 32 26
Octal 60 156 220 103 30 0 54 311 62 46
Binary 110000 1101110 10010000 1000011 11000 0 101100 11001001 110010 100110

Color Harmonies of #306E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E90

Black with #306E90

Text Example


Text Example

White with #306E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306E90; }

 p { color: rgb(48,110,144); }

 H1.HeaderClassName
 {
   color: #306E90;
 }
 .AnyTagClassName
 {
   color: #306E90;
 }
</style>

background-color css

<style>
 a { background-color: #306E90; }

 a { background-color: rgb(48,110,144); }

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

border-color css

<style>
 span { border-color: #306E90; }

 span { border-color: rgb(48,110,144); }

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