Html Css Color HEX #306A7E Astral

📋 copy color: '#306A7E'

red 48 ◦ green 106 ◦ blue 126

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

Shades of Astral #306A7E

Tints of Astral #306A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45%

R = 17.14%
G = 37.86%
B = 45%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#306A7E (or 0x306A7E) is known color: Astral. HEX triplet: 30, 6A and 7E. RGB value is (48,106,126). Sum of RGB (Red+Green+Blue) = 48+106+126=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #306A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A7E is #CF9581. Grayscale: #5A5A5A. Windows color (decimal): -13604226 or 8284720. OLE color: 8284720.

HSL color Cylindrical-coordinate representation of color #306A7E: hue angle of 195.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306A7E is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 106 126 -
CMYK 0.62 0.16 0 0.51
HSL 195.38º 0.45% 0.34% -
HSV(B) 195.38º 0.62% 0.49% -
XYZ 10.14 12.44 21.61 -
YUV 90.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 48 106 126 0.62 0.16 0 0.51 195.38 0.45 0.34
Hex 30 6A 7E 3E 10 0 33 C3 2D 22
Octal 60 152 176 76 20 0 63 303 55 42
Binary 110000 1101010 1111110 111110 10000 0 110011 11000011 101101 100010

Color Harmonies of #306A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A7E

Black with #306A7E

Text Example


Text Example

White with #306A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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