Html Css Color HEX #306A88 Astral

📋 copy color: '#306A88'

red 48 ◦ green 106 ◦ blue 136

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

Shades of Astral #306A88

Tints of Astral #306A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 16.55%
G = 36.55%
B = 46.9%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306A88 (or 0x306A88) is known color: Astral. HEX triplet: 30, 6A and 88. RGB value is (48,106,136). Sum of RGB (Red+Green+Blue) = 48+106+136=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #306A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A88 is #CF9577. Grayscale: #5B5B5B. Windows color (decimal): -13604216 or 8940080. OLE color: 8940080.

HSL color Cylindrical-coordinate representation of color #306A88: hue angle of 200.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306A88 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 106 136 -
CMYK 0.65 0.22 0 0.47
HSL 200.45º 0.48% 0.36% -
HSV(B) 200.45º 0.65% 0.53% -
XYZ 10.82 12.71 25.18 -
YUV 92.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 48 106 136 0.65 0.22 0 0.47 200.45 0.48 0.36
Hex 30 6A 88 41 16 0 2F C8 30 24
Octal 60 152 210 101 26 0 57 310 60 44
Binary 110000 1101010 10001000 1000001 10110 0 101111 11001000 110000 100100

Color Harmonies of #306A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A88

Black with #306A88

Text Example


Text Example

White with #306A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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