Html Css Color HEX #232396 Ultramarine

📋 copy color: '#232396'

red 35 ◦ green 35 ◦ blue 150

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

Shades of Ultramarine #232396

Tints of Ultramarine #232396

RGB

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

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

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

R = 15.91%
G = 15.91%
B = 68.18%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#232396 (or 0x232396) is known color: Ultramarine. HEX triplet: 23, 23 and 96. RGB value is (35,35,150). Sum of RGB (Red+Green+Blue) = 35+35+150=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #232396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232396 is #DCDC69. Grayscale: #2F2F2F. Windows color (decimal): -14474346 or 9839395. OLE color: 9839395.

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

Color convert

RGB 35 35 150 -
CMYK 0.77 0.77 0 0.41
HSL 240º 0.62% 0.36% -
HSV(B) 240º 0.77% 0.59% -
XYZ 6.8 3.76 29.22 -
YUV 48.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 35 35 150 0.77 0.77 0 0.41 240 0.62 0.36
Hex 23 23 96 4D 4D 0 29 F0 3E 24
Octal 43 43 226 115 115 0 51 360 76 44
Binary 100011 100011 10010110 1001101 1001101 0 101001 11110000 111110 100100

Color Harmonies of #232396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232396

Black with #232396

Text Example


Text Example

White with #232396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232396; }

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

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

background-color css

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

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

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

border-color css

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

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

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