#230287

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

Shades of Ultramarine #230287

Tints of Ultramarine #230287

Color information

#230287 (or 0x230287) is unknown color: approx Ultramarine. HEX triplet: 23, 02 and 87. RGB value is (35,2,135). Sum of RGB (Red+Green+Blue) = 35+2+135=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #230287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230287 is #DCFD78. Grayscale: #1A1A1A. Windows color (decimal): -14482809 or 8847907. OLE color: 8847907.

HSL color Cylindrical-coordinate representation of color #230287: hue angle of 254.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230287 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB352135-
CMYK0.740.9900.47
HSL254.89º97.08%26.86%-
HSV(B)254.89º98.52%52.94%-
XYZ5.092.1523.07-
YUV27.03188.93133.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 135 (53.12% from 255) = 78.49%
R=20.35%
G=1.16%
B=78.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3521350.740.9900.47254.8997.0826.86
Hex232874A6302Fff611b
Octal43220711214305737714133
Binary100011101000011110010101100011010111111111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230287; }

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

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

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

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

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

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

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

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