Html Css Color HEX #30698D Astral

📋 copy color: '#30698D'

red 48 ◦ green 105 ◦ blue 141

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

Shades of Astral #30698D

Tints of Astral #30698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 16.33%
G = 35.71%
B = 47.96%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30698D (or 0x30698D) is known color: Astral. HEX triplet: 30, 69 and 8D. RGB value is (48,105,141). Sum of RGB (Red+Green+Blue) = 48+105+141=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #30698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30698D is #CF9672. Grayscale: #5B5B5B. Windows color (decimal): -13604467 or 9267504. OLE color: 9267504.

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

Color convert

RGB 48 105 141 -
CMYK 0.66 0.26 0 0.45
HSL 203.23º 0.49% 0.37% -
HSV(B) 203.23º 0.66% 0.55% -
XYZ 11.08 12.65 27.06 -
YUV 92.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 48 105 141 0.66 0.26 0 0.45 203.23 0.49 0.37
Hex 30 69 8D 42 1A 0 2D CB 31 25
Octal 60 151 215 102 32 0 55 313 61 45
Binary 110000 1101001 10001101 1000010 11010 0 101101 11001011 110001 100101

Color Harmonies of #30698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30698D

Black with #30698D

Text Example


Text Example

White with #30698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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