Html Css Color HEX #306B7D Astral

📋 copy color: '#306B7D'

red 48 ◦ green 107 ◦ blue 125

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

Shades of Astral #306B7D

Tints of Astral #306B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 17.14%
G = 38.21%
B = 44.64%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#306B7D (or 0x306B7D) is known color: Astral. HEX triplet: 30, 6B and 7D. RGB value is (48,107,125). Sum of RGB (Red+Green+Blue) = 48+107+125=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #306B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B7D is #CF9482. Grayscale: #5B5B5B. Windows color (decimal): -13603971 or 8219440. OLE color: 8219440.

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

Color convert

RGB 48 107 125 -
CMYK 0.62 0.14 0 0.51
HSL 194.03º 0.45% 0.34% -
HSV(B) 194.03º 0.62% 0.49% -
XYZ 10.18 12.62 21.3 -
YUV 91.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 48 107 125 0.62 0.14 0 0.51 194.03 0.45 0.34
Hex 30 6B 7D 3E E 0 33 C2 2D 22
Octal 60 153 175 76 16 0 63 302 55 42
Binary 110000 1101011 1111101 111110 1110 0 110011 11000010 101101 100010

Color Harmonies of #306B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B7D

Black with #306B7D

Text Example


Text Example

White with #306B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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