Html Css Color HEX #212397 Ultramarine

📋 copy color: '#212397'

red 33 ◦ green 35 ◦ blue 151

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

Shades of Ultramarine #212397

Tints of Ultramarine #212397

RGB

 RED value IS 33 (13.28% from 255) = 15.07%

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 151 (59.38% from 255) = 68.95%

R = 15.07%
G = 15.98%
B = 68.95%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212397 (or 0x212397) is known color: Ultramarine. HEX triplet: 21, 23 and 97. RGB value is (33,35,151). Sum of RGB (Red+Green+Blue) = 33+35+151=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #212397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212397 is #DEDC68. Grayscale: #2F2F2F. Windows color (decimal): -14605417 or 9904929. OLE color: 9904929.

HSL color Cylindrical-coordinate representation of color #212397: hue angle of 238.98º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212397 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 35 151 -
CMYK 0.78 0.77 0 0.41
HSL 238.98º 0.64% 0.36% -
HSV(B) 238.98º 0.78% 0.59% -
XYZ 6.81 3.76 29.64 -
YUV 47.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 33 35 151 0.78 0.77 0 0.41 238.98 0.64 0.36
Hex 21 23 97 4E 4D 0 29 EF 40 24
Octal 41 43 227 116 115 0 51 357 100 44
Binary 100001 100011 10010111 1001110 1001101 0 101001 11101111 1000000 100100

Color Harmonies of #212397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212397

Black with #212397

Text Example


Text Example

White with #212397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212397; }

 p { color: rgb(33,35,151); }

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

background-color css

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

 a { background-color: rgb(33,35,151); }

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

border-color css

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

 span { border-color: rgb(33,35,151); }

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