Html Css Color HEX #230391 Ultramarine

📋 copy color: '#230391'

red 35 ◦ green 3 ◦ blue 145

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

Shades of Ultramarine #230391

Tints of Ultramarine #230391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 19.13%
G = 1.64%
B = 79.23%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230391 (or 0x230391) is known color: Ultramarine. HEX triplet: 23, 03 and 91. RGB value is (35,3,145). Sum of RGB (Red+Green+Blue) = 35+3+145=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #230391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230391 is #DCFC6E. Grayscale: #1C1C1C. Windows color (decimal): -14482543 or 9503523. OLE color: 9503523.

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

Color convert

RGB 35 3 145 -
CMYK 0.76 0.98 0 0.43
HSL 253.52º 0.96% 0.29% -
HSV(B) 253.52º 0.98% 0.57% -
XYZ 5.84 2.47 26.96 -
YUV 28.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 35 3 145 0.76 0.98 0 0.43 253.52 0.96 0.29
Hex 23 3 91 4C 62 0 2B FE 60 1D
Octal 43 3 221 114 142 0 53 376 140 35
Binary 100011 11 10010001 1001100 1100010 0 101011 11111110 1100000 11101

Color Harmonies of #230391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230391

Black with #230391

Text Example


Text Example

White with #230391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230391; }

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

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

background-color css

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

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

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

border-color css

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

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

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