Html Css Color HEX #30209D Ultramarine

📋 copy color: '#30209D'

red 48 ◦ green 32 ◦ blue 157

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

Shades of Ultramarine #30209D

Tints of Ultramarine #30209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 20.25%
G = 13.5%
B = 66.24%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30209D (or 0x30209D) is known color: Ultramarine. HEX triplet: 30, 20 and 9D. RGB value is (48,32,157). Sum of RGB (Red+Green+Blue) = 48+32+157=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #30209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30209D is #CFDF62. Grayscale: #323232. Windows color (decimal): -13623139 or 10297392. OLE color: 10297392.

HSL color Cylindrical-coordinate representation of color #30209D: hue angle of 247.68º 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 #30209D is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 32 157 -
CMYK 0.69 0.80 0 0.38
HSL 247.68º 0.66% 0.37% -
HSV(B) 247.68º 0.8% 0.62% -
XYZ 7.82 4.1 32.28 -
YUV 51.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 48 32 157 0.69 0.80 0 0.38 247.68 0.66 0.37
Hex 30 20 9D 45 50 0 26 F8 42 25
Octal 60 40 235 105 120 0 46 370 102 45
Binary 110000 100000 10011101 1000101 1010000 0 100110 11111000 1000010 100101

Color Harmonies of #30209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30209D

Black with #30209D

Text Example


Text Example

White with #30209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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