Html Css Color HEX #232190 Ultramarine

📋 copy color: '#232190'

red 35 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #232190

Tints of Ultramarine #232190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 16.51%
G = 15.57%
B = 67.92%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232190 (or 0x232190) is known color: Ultramarine. HEX triplet: 23, 21 and 90. RGB value is (35,33,144). Sum of RGB (Red+Green+Blue) = 35+33+144=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #232190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232190 is #DCDE6F. Grayscale: #2D2D2D. Windows color (decimal): -14474864 or 9445667. OLE color: 9445667.

HSL color Cylindrical-coordinate representation of color #232190: hue angle of 241.08º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232190 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 33 144 -
CMYK 0.76 0.77 0 0.44
HSL 241.08º 0.63% 0.35% -
HSV(B) 241.08º 0.77% 0.56% -
XYZ 6.27 3.46 26.72 -
YUV 46.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 35 33 144 0.76 0.77 0 0.44 241.08 0.63 0.35
Hex 23 21 90 4C 4D 0 2C F1 3F 23
Octal 43 41 220 114 115 0 54 361 77 43
Binary 100011 100001 10010000 1001100 1001101 0 101100 11110001 111111 100011

Color Harmonies of #232190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232190

Black with #232190

Text Example


Text Example

White with #232190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232190; }

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

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

background-color css

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

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

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

border-color css

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

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

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