Html Css Color HEX #232195 Ultramarine

📋 copy color: '#232195'

red 35 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #232195

Tints of Ultramarine #232195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 16.13%
G = 15.21%
B = 68.66%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232195 (or 0x232195) is known color: Ultramarine. HEX triplet: 23, 21 and 95. RGB value is (35,33,149). Sum of RGB (Red+Green+Blue) = 35+33+149=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #232195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232195 is #DCDE6A. Grayscale: #2E2E2E. Windows color (decimal): -14474859 or 9773347. OLE color: 9773347.

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

Color convert

RGB 35 33 149 -
CMYK 0.77 0.78 0 0.42
HSL 241.03º 0.64% 0.36% -
HSV(B) 241.03º 0.78% 0.58% -
XYZ 6.66 3.61 28.78 -
YUV 46.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 35 33 149 0.77 0.78 0 0.42 241.03 0.64 0.36
Hex 23 21 95 4D 4E 0 2A F1 40 24
Octal 43 41 225 115 116 0 52 361 100 44
Binary 100011 100001 10010101 1001101 1001110 0 101010 11110001 1000000 100100

Color Harmonies of #232195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232195

Black with #232195

Text Example


Text Example

White with #232195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232195; }

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

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

background-color css

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

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

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

border-color css

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

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

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