Html Css Color HEX #30209F Ultramarine

📋 copy color: '#30209F'

red 48 ◦ green 32 ◦ blue 159

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

Shades of Ultramarine #30209F

Tints of Ultramarine #30209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 20.08%
G = 13.39%
B = 66.53%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30209F (or 0x30209F) is known color: Ultramarine. HEX triplet: 30, 20 and 9F. RGB value is (48,32,159). Sum of RGB (Red+Green+Blue) = 48+32+159=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #30209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30209F is #CFDF60. Grayscale: #323232. Windows color (decimal): -13623137 or 10428464. OLE color: 10428464.

HSL color Cylindrical-coordinate representation of color #30209F: hue angle of 247.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30209F is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 32 159 -
CMYK 0.70 0.80 0 0.38
HSL 247.56º 0.66% 0.37% -
HSV(B) 247.56º 0.8% 0.62% -
XYZ 7.99 4.16 33.18 -
YUV 51.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 48 32 159 0.70 0.80 0 0.38 247.56 0.66 0.37
Hex 30 20 9F 46 50 0 26 F8 42 25
Octal 60 40 237 106 120 0 46 370 102 45
Binary 110000 100000 10011111 1000110 1010000 0 100110 11111000 1000010 100101

Color Harmonies of #30209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30209F

Black with #30209F

Text Example


Text Example

White with #30209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,32,159); }

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

background-color css

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

 a { background-color: rgb(48,32,159); }

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

border-color css

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

 span { border-color: rgb(48,32,159); }

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