Html Css Color HEX #306A7F Astral

📋 copy color: '#306A7F'

red 48 ◦ green 106 ◦ blue 127

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

Shades of Astral #306A7F

Tints of Astral #306A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.2%

R = 17.08%
G = 37.72%
B = 45.2%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#306A7F (or 0x306A7F) is known color: Astral. HEX triplet: 30, 6A and 7F. RGB value is (48,106,127). Sum of RGB (Red+Green+Blue) = 48+106+127=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #306A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A7F is #CF9580. Grayscale: #5A5A5A. Windows color (decimal): -13604225 or 8350256. OLE color: 8350256.

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

Color convert

RGB 48 106 127 -
CMYK 0.62 0.17 0 0.50
HSL 195.95º 0.45% 0.34% -
HSV(B) 195.95º 0.62% 0.5% -
XYZ 10.2 12.47 21.95 -
YUV 91.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 48 106 127 0.62 0.17 0 0.50 195.95 0.45 0.34
Hex 30 6A 7F 3E 11 0 32 C4 2D 22
Octal 60 152 177 76 21 0 62 304 55 42
Binary 110000 1101010 1111111 111110 10001 0 110010 11000100 101101 100010

Color Harmonies of #306A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A7F

Black with #306A7F

Text Example


Text Example

White with #306A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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