#230292

Color #230292 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #230292

Tints of Ultramarine #230292

Color information

#230292 (or 0x230292) is unknown color: approx Ultramarine. HEX triplet: 23, 02 and 92. RGB value is (35,2,146). Sum of RGB (Red+Green+Blue) = 35+2+146=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #230292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230292 is #DCFD6D. Grayscale: #1B1B1B. Windows color (decimal): -14482798 or 9568803. OLE color: 9568803.

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

Color convert

RGB352146-
CMYK0.760.9900.43
HSL253.75º97.3%29.02%-
HSV(B)253.75º98.63%57.25%-
XYZ5.92.4827.36-
YUV28.28194.43132.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=19.13%
G=1.09%
B=79.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3521460.760.9900.43253.7597.329.02
Hex232924C6302Bfe611d
Octal43222211414305337614135
Binary100011101001001010011001100011010101111111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230292; }

 p { color: rgb(35,2,146); }

 H1.HeaderClassName
 {
   color: #230292;
 }
 .AnyTagClassName
 {
   color: #230292;
 }
</style>
background-color css

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

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

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

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

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

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