Html Css Color HEX #230588 Ultramarine

📋 copy color: '#230588'

red 35 ◦ green 5 ◦ blue 136

#230588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #230588

Tints of Ultramarine #230588

RGB

 RED value IS 35 (14.06% from 255) = 19.89%

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 19.89%
G = 2.84%
B = 77.27%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230588 (or 0x230588) is known color: Ultramarine. HEX triplet: 23, 05 and 88. RGB value is (35,5,136). Sum of RGB (Red+Green+Blue) = 35+5+136=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #230588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230588 is #DCFA77. Grayscale: #1C1C1C. Windows color (decimal): -14482040 or 8914211. OLE color: 8914211.

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

Color convert

RGB 35 5 136 -
CMYK 0.74 0.96 0 0.47
HSL 253.74º 0.93% 0.28% -
HSV(B) 253.74º 0.96% 0.53% -
XYZ 5.19 2.24 23.45 -
YUV 28.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 35 5 136 0.74 0.96 0 0.47 253.74 0.93 0.28
Hex 23 5 88 4A 60 0 2F FE 5D 1C
Octal 43 5 210 112 140 0 57 376 135 34
Binary 100011 101 10001000 1001010 1100000 0 101111 11111110 1011101 11100

Color Harmonies of #230588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230588

Black with #230588

Text Example


Text Example

White with #230588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230588; }

 p { color: rgb(35,5,136); }

 H1.HeaderClassName
 {
   color: #230588;
 }
 .AnyTagClassName
 {
   color: #230588;
 }
</style>

background-color css

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

 a { background-color: rgb(35,5,136); }

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

border-color css

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

 span { border-color: rgb(35,5,136); }

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