Html Css Color HEX #232091 Ultramarine

📋 copy color: '#232091'

red 35 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #232091

Tints of Ultramarine #232091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 16.51%
G = 15.09%
B = 68.4%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#232091 (or 0x232091) is known color: Ultramarine. HEX triplet: 23, 20 and 91. RGB value is (35,32,145). Sum of RGB (Red+Green+Blue) = 35+32+145=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #232091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232091 is #DCDF6E. Grayscale: #2D2D2D. Windows color (decimal): -14475119 or 9510947. OLE color: 9510947.

HSL color Cylindrical-coordinate representation of color #232091: hue angle of 241.59º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232091 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 32 145 -
CMYK 0.76 0.78 0 0.43
HSL 241.59º 0.64% 0.35% -
HSV(B) 241.59º 0.78% 0.57% -
XYZ 6.32 3.43 27.12 -
YUV 45.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 35 32 145 0.76 0.78 0 0.43 241.59 0.64 0.35
Hex 23 20 91 4C 4E 0 2B F2 40 23
Octal 43 40 221 114 116 0 53 362 100 43
Binary 100011 100000 10010001 1001100 1001110 0 101011 11110010 1000000 100011

Color Harmonies of #232091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232091

Black with #232091

Text Example


Text Example

White with #232091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232091; }

 p { color: rgb(35,32,145); }

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

background-color css

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

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

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

border-color css

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

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

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