#230492

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

Shades of Ultramarine #230492

Tints of Ultramarine #230492

Color information

#230492 (or 0x230492) is unknown color: approx Ultramarine. HEX triplet: 23, 04 and 92. RGB value is (35,4,146). Sum of RGB (Red+Green+Blue) = 35+4+146=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #230492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230492 is #DCFB6D. Grayscale: #1C1C1C. Windows color (decimal): -14482286 or 9569315. OLE color: 9569315.

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

Color convert

RGB354146-
CMYK0.760.9700.43
HSL253.1º94.67%29.41%-
HSV(B)253.1º97.26%57.25%-
XYZ5.922.5227.37-
YUV29.46193.77131.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=18.92%
G=2.16%
B=78.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3541460.760.9700.43253.194.6729.41
Hex234924C6102Bfd5f1d
Octal43422211414105337513735
Binary1000111001001001010011001100001010101111111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230492; }

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

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

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

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

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

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

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

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