Html Css Color HEX #30678D Astral

📋 copy color: '#30678D'

red 48 ◦ green 103 ◦ blue 141

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

Shades of Astral #30678D

Tints of Astral #30678D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 16.44%
G = 35.27%
B = 48.29%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30678D (or 0x30678D) is known color: Astral. HEX triplet: 30, 67 and 8D. RGB value is (48,103,141). Sum of RGB (Red+Green+Blue) = 48+103+141=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #30678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30678D is #CF9872. Grayscale: #5A5A5A. Windows color (decimal): -13604979 or 9266992. OLE color: 9266992.

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

Color convert

RGB 48 103 141 -
CMYK 0.66 0.27 0 0.45
HSL 204.52º 0.49% 0.37% -
HSV(B) 204.52º 0.66% 0.55% -
XYZ 10.88 12.25 26.99 -
YUV 90.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 48 103 141 0.66 0.27 0 0.45 204.52 0.49 0.37
Hex 30 67 8D 42 1B 0 2D CD 31 25
Octal 60 147 215 102 33 0 55 315 61 45
Binary 110000 1100111 10001101 1000010 11011 0 101101 11001101 110001 100101

Color Harmonies of #30678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30678D

Black with #30678D

Text Example


Text Example

White with #30678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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