Html Css Color HEX #30688F Astral

📋 copy color: '#30688F'

red 48 ◦ green 104 ◦ blue 143

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

Shades of Astral #30688F

Tints of Astral #30688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.47%

R = 16.27%
G = 35.25%
B = 48.47%

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

#30688F (or 0x30688F) is known color: Astral. HEX triplet: 30, 68 and 8F. RGB value is (48,104,143). Sum of RGB (Red+Green+Blue) = 48+104+143=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #30688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30688F is #CF9770. Grayscale: #5B5B5B. Windows color (decimal): -13604721 or 9398320. OLE color: 9398320.

HSL color Cylindrical-coordinate representation of color #30688F: hue angle of 204.63º degrees, saturation: 0.5, 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 #30688F is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 104 143 -
CMYK 0.66 0.27 0 0.44
HSL 204.63º 0.5% 0.37% -
HSV(B) 204.63º 0.66% 0.56% -
XYZ 11.13 12.51 27.82 -
YUV 91.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 48 104 143 0.66 0.27 0 0.44 204.63 0.5 0.37
Hex 30 68 8F 42 1B 0 2C CD 32 25
Octal 60 150 217 102 33 0 54 315 62 45
Binary 110000 1101000 10001111 1000010 11011 0 101100 11001101 110010 100101

Color Harmonies of #30688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30688F

Black with #30688F

Text Example


Text Example

White with #30688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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