Html Css Color HEX #306B7F Astral

📋 copy color: '#306B7F'

red 48 ◦ green 107 ◦ blue 127

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

Shades of Astral #306B7F

Tints of Astral #306B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

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

R = 17.02%
G = 37.94%
B = 45.04%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#306B7F (or 0x306B7F) is known color: Astral. HEX triplet: 30, 6B and 7F. RGB value is (48,107,127). Sum of RGB (Red+Green+Blue) = 48+107+127=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #306B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B7F is #CF9480. Grayscale: #5B5B5B. Windows color (decimal): -13603969 or 8350512. OLE color: 8350512.

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

Color convert

RGB 48 107 127 -
CMYK 0.62 0.16 0 0.50
HSL 195.19º 0.45% 0.34% -
HSV(B) 195.19º 0.62% 0.5% -
XYZ 10.31 12.68 21.98 -
YUV 91.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 48 107 127 0.62 0.16 0 0.50 195.19 0.45 0.34
Hex 30 6B 7F 3E 10 0 32 C3 2D 22
Octal 60 153 177 76 20 0 62 303 55 42
Binary 110000 1101011 1111111 111110 10000 0 110010 11000011 101101 100010

Color Harmonies of #306B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B7F

Black with #306B7F

Text Example


Text Example

White with #306B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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