Html Css Color HEX #232199 Ultramarine

📋 copy color: '#232199'

red 35 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #232199

Tints of Ultramarine #232199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 15.84%
G = 14.93%
B = 69.23%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#232199 (or 0x232199) is known color: Ultramarine. HEX triplet: 23, 21 and 99. RGB value is (35,33,153). Sum of RGB (Red+Green+Blue) = 35+33+153=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #232199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232199 is #DCDE66. Grayscale: #2E2E2E. Windows color (decimal): -14474855 or 10035491. OLE color: 10035491.

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

Color convert

RGB 35 33 153 -
CMYK 0.77 0.78 0 0.4
HSL 241º 0.65% 0.36% -
HSV(B) 241º 0.78% 0.6% -
XYZ 6.99 3.74 30.49 -
YUV 47.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 35 33 153 0.77 0.78 0 0.4 241 0.65 0.36
Hex 23 21 99 4D 4E 0 28 F1 41 24
Octal 43 41 231 115 116 0 50 361 101 44
Binary 100011 100001 10011001 1001101 1001110 0 101000 11110001 1000001 100100

Color Harmonies of #232199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232199

Black with #232199

Text Example


Text Example

White with #232199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232199; }

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

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

background-color css

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

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

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

border-color css

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

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

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