Html Css Color HEX #30688E Astral

📋 copy color: '#30688E'

red 48 ◦ green 104 ◦ blue 142

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

Shades of Astral #30688E

Tints of Astral #30688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 16.33%
G = 35.37%
B = 48.3%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30688E (or 0x30688E) is known color: Astral. HEX triplet: 30, 68 and 8E. RGB value is (48,104,142). Sum of RGB (Red+Green+Blue) = 48+104+142=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #30688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30688E is #CF9771. Grayscale: #5B5B5B. Windows color (decimal): -13604722 or 9332784. OLE color: 9332784.

HSL color Cylindrical-coordinate representation of color #30688E: hue angle of 204.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30688E is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 104 142 -
CMYK 0.66 0.27 0 0.44
HSL 204.26º 0.49% 0.37% -
HSV(B) 204.26º 0.66% 0.56% -
XYZ 11.05 12.48 27.42 -
YUV 91.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 48 104 142 0.66 0.27 0 0.44 204.26 0.49 0.37
Hex 30 68 8E 42 1B 0 2C CC 31 25
Octal 60 150 216 102 33 0 54 314 61 45
Binary 110000 1101000 10001110 1000010 11011 0 101100 11001100 110001 100101

Color Harmonies of #30688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30688E

Black with #30688E

Text Example


Text Example

White with #30688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30688E; }

 p { color: rgb(48,104,142); }

 H1.HeaderClassName
 {
   color: #30688E;
 }
 .AnyTagClassName
 {
   color: #30688E;
 }
</style>

background-color css

<style>
 a { background-color: #30688E; }

 a { background-color: rgb(48,104,142); }

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

border-color css

<style>
 span { border-color: #30688E; }

 span { border-color: rgb(48,104,142); }

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