Html Css Color HEX #306E8C Astral

📋 copy color: '#306E8C'

red 48 ◦ green 110 ◦ blue 140

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

Shades of Astral #306E8C

Tints of Astral #306E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.91%

 BLUE value IS 140 (55.08% from 255) = 46.98%

R = 16.11%
G = 36.91%
B = 46.98%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#306E8C (or 0x306E8C) is known color: Astral. HEX triplet: 30, 6E and 8C. RGB value is (48,110,140). Sum of RGB (Red+Green+Blue) = 48+110+140=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #306E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E8C is #CF9173. Grayscale: #5E5E5E. Windows color (decimal): -13603188 or 9203248. OLE color: 9203248.

HSL color Cylindrical-coordinate representation of color #306E8C: hue angle of 199.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306E8C is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 110 140 -
CMYK 0.66 0.21 0 0.45
HSL 199.57º 0.49% 0.37% -
HSV(B) 199.57º 0.66% 0.55% -
XYZ 11.53 13.67 26.84 -
YUV 94.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 48 110 140 0.66 0.21 0 0.45 199.57 0.49 0.37
Hex 30 6E 8C 42 15 0 2D C8 31 25
Octal 60 156 214 102 25 0 55 310 61 45
Binary 110000 1101110 10001100 1000010 10101 0 101101 11001000 110001 100101

Color Harmonies of #306E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E8C

Black with #306E8C

Text Example


Text Example

White with #306E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,140); }

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

background-color css

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

 a { background-color: rgb(48,110,140); }

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

border-color css

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

 span { border-color: rgb(48,110,140); }

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