#230698

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

Shades of Ultramarine #230698

Tints of Ultramarine #230698

Color information

#230698 (or 0x230698) is unknown color: approx Ultramarine. HEX triplet: 23, 06 and 98. RGB value is (35,6,152). Sum of RGB (Red+Green+Blue) = 35+6+152=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #230698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230698 is #DCF967. Grayscale: #1E1E1E. Windows color (decimal): -14481768 or 9963043. OLE color: 9963043.

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

Color convert

RGB356152-
CMYK0.770.9600.40
HSL251.92º92.41%30.98%-
HSV(B)251.92º96.05%59.61%-
XYZ6.432.7529.9-
YUV31.32196.11130.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 152 (59.77% from 255) = 78.76%
R=18.13%
G=3.11%
B=78.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3561520.770.9600.40251.9292.4130.98
Hex236984D60028fc5c1f
Octal43623011514005037413437
Binary1000111101001100010011011100000010100011111100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230698; }

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

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

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

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

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

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

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

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