Html Css Color HEX #306A81 Astral

📋 copy color: '#306A81'

red 48 ◦ green 106 ◦ blue 129

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

Shades of Astral #306A81

Tints of Astral #306A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 16.96%
G = 37.46%
B = 45.58%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306A81 (or 0x306A81) is known color: Astral. HEX triplet: 30, 6A and 81. RGB value is (48,106,129). Sum of RGB (Red+Green+Blue) = 48+106+129=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #306A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A81 is #CF957E. Grayscale: #5B5B5B. Windows color (decimal): -13604223 or 8481328. OLE color: 8481328.

HSL color Cylindrical-coordinate representation of color #306A81: hue angle of 197.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306A81 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 106 129 -
CMYK 0.63 0.18 0 0.49
HSL 197.04º 0.46% 0.35% -
HSV(B) 197.04º 0.63% 0.51% -
XYZ 10.34 12.52 22.64 -
YUV 91.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 48 106 129 0.63 0.18 0 0.49 197.04 0.46 0.35
Hex 30 6A 81 3F 12 0 31 C5 2E 23
Octal 60 152 201 77 22 0 61 305 56 43
Binary 110000 1101010 10000001 111111 10010 0 110001 11000101 101110 100011

Color Harmonies of #306A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A81

Black with #306A81

Text Example


Text Example

White with #306A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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