Html Css Color HEX #232196 Ultramarine

📋 copy color: '#232196'

red 35 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #232196

Tints of Ultramarine #232196

RGB

 RED value IS 35 (14.06% from 255) = 16.06%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 16.06%
G = 15.14%
B = 68.81%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#232196 (or 0x232196) is known color: Ultramarine. HEX triplet: 23, 21 and 96. RGB value is (35,33,150). Sum of RGB (Red+Green+Blue) = 35+33+150=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #232196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232196 is #DCDE69. Grayscale: #2E2E2E. Windows color (decimal): -14474858 or 9838883. OLE color: 9838883.

HSL color Cylindrical-coordinate representation of color #232196: hue angle of 241.03º 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 #232196 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 33 150 -
CMYK 0.77 0.78 0 0.41
HSL 241.03º 0.64% 0.36% -
HSV(B) 241.03º 0.78% 0.59% -
XYZ 6.74 3.65 29.2 -
YUV 46.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 35 33 150 0.77 0.78 0 0.41 241.03 0.64 0.36
Hex 23 21 96 4D 4E 0 29 F1 40 24
Octal 43 41 226 115 116 0 51 361 100 44
Binary 100011 100001 10010110 1001101 1001110 0 101001 11110001 1000000 100100

Color Harmonies of #232196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232196

Black with #232196

Text Example


Text Example

White with #232196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232196; }

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

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

background-color css

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

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

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

border-color css

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

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

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