Html Css Color HEX #210384 Ultramarine

📋 copy color: '#210384'

red 33 ◦ green 3 ◦ blue 132

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

Shades of Ultramarine #210384

Tints of Ultramarine #210384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 132 (51.95% from 255) = 78.57%

R = 19.64%
G = 1.79%
B = 78.57%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210384 (or 0x210384) is known color: Ultramarine. HEX triplet: 21, 03 and 84. RGB value is (33,3,132). Sum of RGB (Red+Green+Blue) = 33+3+132=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #210384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210384 is #DEFC7B. Grayscale: #1A1A1A. Windows color (decimal): -14613628 or 8651553. OLE color: 8651553.

HSL color Cylindrical-coordinate representation of color #210384: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210384 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 3 132 -
CMYK 0.75 0.98 0 0.48
HSL 253.95º 0.96% 0.26% -
HSV(B) 253.95º 0.98% 0.52% -
XYZ 4.82 2.05 21.97 -
YUV 26.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 33 3 132 0.75 0.98 0 0.48 253.95 0.96 0.26
Hex 21 3 84 4B 62 0 30 FE 60 1A
Octal 41 3 204 113 142 0 60 376 140 32
Binary 100001 11 10000100 1001011 1100010 0 110000 11111110 1100000 11010

Color Harmonies of #210384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210384

Black with #210384

Text Example


Text Example

White with #210384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210384; }

 p { color: rgb(33,3,132); }

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

background-color css

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

 a { background-color: rgb(33,3,132); }

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

border-color css

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

 span { border-color: rgb(33,3,132); }

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