Html Css Color HEX #30678A Astral

📋 copy color: '#30678A'

red 48 ◦ green 103 ◦ blue 138

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

Shades of Astral #30678A

Tints of Astral #30678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

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

R = 16.61%
G = 35.64%
B = 47.75%

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

#30678A (or 0x30678A) is known color: Astral. HEX triplet: 30, 67 and 8A. RGB value is (48,103,138). Sum of RGB (Red+Green+Blue) = 48+103+138=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #30678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30678A is #CF9875. Grayscale: #5A5A5A. Windows color (decimal): -13604982 or 9070384. OLE color: 9070384.

HSL color Cylindrical-coordinate representation of color #30678A: hue angle of 203.33º 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 #30678A is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 103 138 -
CMYK 0.65 0.25 0 0.46
HSL 203.33º 0.48% 0.36% -
HSV(B) 203.33º 0.65% 0.54% -
XYZ 10.66 12.16 25.83 -
YUV 90.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 48 103 138 0.65 0.25 0 0.46 203.33 0.48 0.36
Hex 30 67 8A 41 19 0 2E CB 30 24
Octal 60 147 212 101 31 0 56 313 60 44
Binary 110000 1100111 10001010 1000001 11001 0 101110 11001011 110000 100100

Color Harmonies of #30678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30678A

Black with #30678A

Text Example


Text Example

White with #30678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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