#230692

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

Shades of Ultramarine #230692

Tints of Ultramarine #230692

Color information

#230692 (or 0x230692) is unknown color: approx Ultramarine. HEX triplet: 23, 06 and 92. RGB value is (35,6,146). Sum of RGB (Red+Green+Blue) = 35+6+146=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #230692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230692 is #DCF96D. Grayscale: #1E1E1E. Windows color (decimal): -14481774 or 9569827. OLE color: 9569827.

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

Color convert

RGB356146-
CMYK0.760.9600.43
HSL252.43º92.11%29.8%-
HSV(B)252.43º95.89%57.25%-
XYZ5.952.5627.38-
YUV30.63193.11131.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=18.72%
G=3.21%
B=78.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3561460.760.9600.43252.4392.1129.8
Hex236924C6002Bfc5c1e
Octal43622211414005337413436
Binary1000111101001001010011001100000010101111111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230692; }

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

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

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

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

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

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

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

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