Html Css Color HEX #30688A Astral

📋 copy color: '#30688A'

red 48 ◦ green 104 ◦ blue 138

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

Shades of Astral #30688A

Tints of Astral #30688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.59%

R = 16.55%
G = 35.86%
B = 47.59%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30688A (or 0x30688A) is known color: Astral. HEX triplet: 30, 68 and 8A. RGB value is (48,104,138). Sum of RGB (Red+Green+Blue) = 48+104+138=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #30688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30688A is #CF9775. Grayscale: #5A5A5A. Windows color (decimal): -13604726 or 9070640. OLE color: 9070640.

HSL color Cylindrical-coordinate representation of color #30688A: hue angle of 202.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30688A is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 104 138 -
CMYK 0.65 0.25 0 0.46
HSL 202.67º 0.48% 0.36% -
HSV(B) 202.67º 0.65% 0.54% -
XYZ 10.76 12.36 25.86 -
YUV 91.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 48 104 138 0.65 0.25 0 0.46 202.67 0.48 0.36
Hex 30 68 8A 41 19 0 2E CB 30 24
Octal 60 150 212 101 31 0 56 313 60 44
Binary 110000 1101000 10001010 1000001 11001 0 101110 11001011 110000 100100

Color Harmonies of #30688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30688A

Black with #30688A

Text Example


Text Example

White with #30688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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