#231C98

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

Shades of Ultramarine #231C98

Tints of Ultramarine #231C98

Color information

#231C98 (or 0x231C98) is unknown color: approx Ultramarine. HEX triplet: 23, 1C and 98. RGB value is (35,28,152). Sum of RGB (Red+Green+Blue) = 35+28+152=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #231C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C98 is #DCE367. Grayscale: #2B2B2B. Windows color (decimal): -14476136 or 9968675. OLE color: 9968675.

HSL color Cylindrical-coordinate representation of color #231C98: hue angle of 243.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231C98 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3528152-
CMYK0.770.8200.40
HSL243.39º68.89%35.29%-
HSV(B)243.39º81.58%59.61%-
XYZ6.783.4530.02-
YUV44.23188.82121.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 152 (59.77% from 255) = 70.70%
R=16.28%
G=13.02%
B=70.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35281520.770.8200.40243.3968.8935.29
Hex231C984D52028f34523
Octal433423011512205036310543
Binary1000111110010011000100110110100100101000111100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,152); }

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

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

 a { background-color: rgb(35,28,152); }

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

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

 span { border-color: rgb(35,28,152); }

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