Html Css Color HEX #306C7F Astral

📋 copy color: '#306C7F'

red 48 ◦ green 108 ◦ blue 127

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

Shades of Astral #306C7F

Tints of Astral #306C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

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

R = 16.96%
G = 38.16%
B = 44.88%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#306C7F (or 0x306C7F) is known color: Astral. HEX triplet: 30, 6C and 7F. RGB value is (48,108,127). Sum of RGB (Red+Green+Blue) = 48+108+127=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #306C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C7F is #CF9380. Grayscale: #5C5C5C. Windows color (decimal): -13603713 or 8350768. OLE color: 8350768.

HSL color Cylindrical-coordinate representation of color #306C7F: hue angle of 194.43º 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 #306C7F is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 108 127 -
CMYK 0.62 0.15 0 0.50
HSL 194.43º 0.45% 0.34% -
HSV(B) 194.43º 0.62% 0.5% -
XYZ 10.41 12.89 22.02 -
YUV 92.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 48 108 127 0.62 0.15 0 0.50 194.43 0.45 0.34
Hex 30 6C 7F 3E F 0 32 C2 2D 22
Octal 60 154 177 76 17 0 62 302 55 42
Binary 110000 1101100 1111111 111110 1111 0 110010 11000010 101101 100010

Color Harmonies of #306C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C7F

Black with #306C7F

Text Example


Text Example

White with #306C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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