Html Css Color HEX #232390 Ultramarine

📋 copy color: '#232390'

red 35 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #232390

Tints of Ultramarine #232390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 16.36%
G = 16.36%
B = 67.29%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232390 (or 0x232390) is known color: Ultramarine. HEX triplet: 23, 23 and 90. RGB value is (35,35,144). Sum of RGB (Red+Green+Blue) = 35+35+144=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #232390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232390 is #DCDC6F. Grayscale: #2E2E2E. Windows color (decimal): -14474352 or 9446179. OLE color: 9446179.

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

Color convert

RGB 35 35 144 -
CMYK 0.76 0.76 0 0.44
HSL 240º 0.61% 0.35% -
HSV(B) 240º 0.76% 0.56% -
XYZ 6.33 3.57 26.74 -
YUV 47.43 182.5 119.14 -
System Red Green Blue C M Y K H S L
Decimal 35 35 144 0.76 0.76 0 0.44 240 0.61 0.35
Hex 23 23 90 4C 4C 0 2C F0 3D 23
Octal 43 43 220 114 114 0 54 360 75 43
Binary 100011 100011 10010000 1001100 1001100 0 101100 11110000 111101 100011

Color Harmonies of #232390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232390

Black with #232390

Text Example


Text Example

White with #232390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232390; }

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

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

background-color css

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

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

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

border-color css

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

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

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