#230695

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

Shades of Ultramarine #230695

Tints of Ultramarine #230695

Color information

#230695 (or 0x230695) is unknown color: approx Ultramarine. HEX triplet: 23, 06 and 95. RGB value is (35,6,149). Sum of RGB (Red+Green+Blue) = 35+6+149=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #230695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230695 is #DCF96A. Grayscale: #1E1E1E. Windows color (decimal): -14481771 or 9766435. OLE color: 9766435.

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

Color convert

RGB356149-
CMYK0.770.9600.42
HSL252.17º92.26%30.39%-
HSV(B)252.17º95.97%58.43%-
XYZ6.182.6628.62-
YUV30.97194.61130.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 149 (58.59% from 255) = 78.42%
R=18.42%
G=3.16%
B=78.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3561490.770.9600.42252.1792.2630.39
Hex236954D6002Afc5c1e
Octal43622511514005237413436
Binary1000111101001010110011011100000010101011111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230695; }

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

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

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

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

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

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

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

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