Html Css Color HEX #3202B2 Ultramarine

📋 copy color: '#3202B2'

red 50 ◦ green 2 ◦ blue 178

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

Shades of Ultramarine #3202B2

Tints of Ultramarine #3202B2

RGB

 RED value IS 50 (19.92% from 255) = 21.74%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 178 (69.92% from 255) = 77.39%

R = 21.74%
G = 0.87%
B = 77.39%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3202B2 (or 0x3202B2) is known color: Ultramarine. HEX triplet: 32, 02 and B2. RGB value is (50,2,178). Sum of RGB (Red+Green+Blue) = 50+2+178=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 178 (69.92% from 255 or 77.39% from 230); Max value from RGB is 178 - color contains mainly: blue. Hex color #3202B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3202B2 is #CDFD4D. Grayscale: #232323. Windows color (decimal): -13499726 or 11665970. OLE color: 11665970.

HSL color Cylindrical-coordinate representation of color #3202B2: hue angle of 256.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202B2 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 2 178 -
CMYK 0.72 0.99 0 0.30
HSL 256.36º 0.98% 0.35% -
HSV(B) 256.36º 0.99% 0.7% -
XYZ 9.37 3.94 42.39 -
YUV 36.42 207.9 137.69 -
System Red Green Blue C M Y K H S L
Decimal 50 2 178 0.72 0.99 0 0.30 256.36 0.98 0.35
Hex 32 2 B2 48 63 0 1E 100 62 23
Octal 62 2 262 110 143 0 36 400 142 43
Binary 110010 10 10110010 1001000 1100011 0 11110 100000000 1100010 100011

Color Harmonies of #3202B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3202B2

Black with #3202B2

Text Example


Text Example

White with #3202B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3202B2; }

 p { color: rgb(50,2,178); }

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

background-color css

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

 a { background-color: rgb(50,2,178); }

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

border-color css

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

 span { border-color: rgb(50,2,178); }

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