#231E8C

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

Shades of Ultramarine #231E8C

Tints of Ultramarine #231E8C

Color information

#231E8C (or 0x231E8C) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and 8C. RGB value is (35,30,140). Sum of RGB (Red+Green+Blue) = 35+30+140=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #231E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E8C is #DCE173. Grayscale: #2B2B2B. Windows color (decimal): -14475636 or 9182755. OLE color: 9182755.

HSL color Cylindrical-coordinate representation of color #231E8C: hue angle of 242.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231E8C is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3530140-
CMYK0.750.7900.45
HSL242.73º64.71%33.33%-
HSV(B)242.73º78.57%54.9%-
XYZ5.893.1825.11-
YUV44.04182.16121.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 140 (55.08% from 255) = 68.29%
R=17.07%
G=14.63%
B=68.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35301400.750.7900.45242.7364.7133.33
Hex231E8C4B4F02Df34121
Octal433621411311705536310141
Binary1000111111010001100100101110011110101101111100111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E8C; }

 p { color: rgb(35,30,140); }

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

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

 a { background-color: rgb(35,30,140); }

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

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

 span { border-color: rgb(35,30,140); }

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