Html Css Color HEX #306A91 Astral

📋 copy color: '#306A91'

red 48 ◦ green 106 ◦ blue 145

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

Shades of Astral #306A91

Tints of Astral #306A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 16.05%
G = 35.45%
B = 48.49%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306A91 (or 0x306A91) is known color: Astral. HEX triplet: 30, 6A and 91. RGB value is (48,106,145). Sum of RGB (Red+Green+Blue) = 48+106+145=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #306A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A91 is #CF956E. Grayscale: #5C5C5C. Windows color (decimal): -13604207 or 9529904. OLE color: 9529904.

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

Color convert

RGB 48 106 145 -
CMYK 0.67 0.27 0 0.43
HSL 204.12º 0.5% 0.38% -
HSV(B) 204.12º 0.67% 0.57% -
XYZ 11.48 12.98 28.69 -
YUV 93.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 48 106 145 0.67 0.27 0 0.43 204.12 0.5 0.38
Hex 30 6A 91 43 1B 0 2B CC 32 26
Octal 60 152 221 103 33 0 53 314 62 46
Binary 110000 1101010 10010001 1000011 11011 0 101011 11001100 110010 100110

Color Harmonies of #306A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A91

Black with #306A91

Text Example


Text Example

White with #306A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,145); }

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

background-color css

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

 a { background-color: rgb(48,106,145); }

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

border-color css

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

 span { border-color: rgb(48,106,145); }

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