Html Css Color HEX #232090 Ultramarine

📋 copy color: '#232090'

red 35 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #232090

Tints of Ultramarine #232090

RGB

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

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

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

R = 16.59%
G = 15.17%
B = 68.25%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232090 (or 0x232090) is known color: Ultramarine. HEX triplet: 23, 20 and 90. RGB value is (35,32,144). Sum of RGB (Red+Green+Blue) = 35+32+144=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #232090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232090 is #DCDF6F. Grayscale: #2D2D2D. Windows color (decimal): -14475120 or 9445411. OLE color: 9445411.

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

Color convert

RGB 35 32 144 -
CMYK 0.76 0.78 0 0.44
HSL 241.61º 0.64% 0.35% -
HSV(B) 241.61º 0.78% 0.56% -
XYZ 6.24 3.4 26.71 -
YUV 45.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 35 32 144 0.76 0.78 0 0.44 241.61 0.64 0.35
Hex 23 20 90 4C 4E 0 2C F2 40 23
Octal 43 40 220 114 116 0 54 362 100 43
Binary 100011 100000 10010000 1001100 1001110 0 101100 11110010 1000000 100011

Color Harmonies of #232090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232090

Black with #232090

Text Example


Text Example

White with #232090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232090; }

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

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

background-color css

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

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

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

border-color css

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

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

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