Html Css Color HEX #30668E Astral

📋 copy color: '#30668E'

red 48 ◦ green 102 ◦ blue 142

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

Shades of Astral #30668E

Tints of Astral #30668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 16.44%
G = 34.93%
B = 48.63%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30668E (or 0x30668E) is known color: Astral. HEX triplet: 30, 66 and 8E. RGB value is (48,102,142). Sum of RGB (Red+Green+Blue) = 48+102+142=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #30668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30668E is #CF9971. Grayscale: #5A5A5A. Windows color (decimal): -13605234 or 9332272. OLE color: 9332272.

HSL color Cylindrical-coordinate representation of color #30668E: hue angle of 205.53º 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 #30668E is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 102 142 -
CMYK 0.66 0.28 0 0.44
HSL 205.53º 0.49% 0.37% -
HSV(B) 205.53º 0.66% 0.56% -
XYZ 10.85 12.08 27.35 -
YUV 90.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 48 102 142 0.66 0.28 0 0.44 205.53 0.49 0.37
Hex 30 66 8E 42 1C 0 2C CE 31 25
Octal 60 146 216 102 34 0 54 316 61 45
Binary 110000 1100110 10001110 1000010 11100 0 101100 11001110 110001 100101

Color Harmonies of #30668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30668E

Black with #30668E

Text Example


Text Example

White with #30668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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