Html Css Color HEX #306C8C Astral

📋 copy color: '#306C8C'

red 48 ◦ green 108 ◦ blue 140

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

Shades of Astral #306C8C

Tints of Astral #306C8C

RGB

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

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

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

R = 16.22%
G = 36.49%
B = 47.3%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#306C8C (or 0x306C8C) is known color: Astral. HEX triplet: 30, 6C and 8C. RGB value is (48,108,140). Sum of RGB (Red+Green+Blue) = 48+108+140=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #306C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C8C is #CF9373. Grayscale: #5D5D5D. Windows color (decimal): -13603700 or 9202736. OLE color: 9202736.

HSL color Cylindrical-coordinate representation of color #306C8C: hue angle of 200.87º 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 #306C8C is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 108 140 -
CMYK 0.66 0.23 0 0.45
HSL 200.87º 0.49% 0.37% -
HSV(B) 200.87º 0.66% 0.55% -
XYZ 11.32 13.25 26.77 -
YUV 93.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 48 108 140 0.66 0.23 0 0.45 200.87 0.49 0.37
Hex 30 6C 8C 42 17 0 2D C9 31 25
Octal 60 154 214 102 27 0 55 311 61 45
Binary 110000 1101100 10001100 1000010 10111 0 101101 11001001 110001 100101

Color Harmonies of #306C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C8C

Black with #306C8C

Text Example


Text Example

White with #306C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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