Html Css Color HEX #230288 Ultramarine

📋 copy color: '#230288'

red 35 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #230288

Tints of Ultramarine #230288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 20.23%
G = 1.16%
B = 78.61%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230288 (or 0x230288) is known color: Ultramarine. HEX triplet: 23, 02 and 88. RGB value is (35,2,136). Sum of RGB (Red+Green+Blue) = 35+2+136=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #230288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230288 is #DCFD77. Grayscale: #1A1A1A. Windows color (decimal): -14482808 or 8913443. OLE color: 8913443.

HSL color Cylindrical-coordinate representation of color #230288: hue angle of 254.78º 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 #230288 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 2 136 -
CMYK 0.74 0.99 0 0.47
HSL 254.78º 0.97% 0.27% -
HSV(B) 254.78º 0.99% 0.53% -
XYZ 5.16 2.18 23.44 -
YUV 27.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 35 2 136 0.74 0.99 0 0.47 254.78 0.97 0.27
Hex 23 2 88 4A 63 0 2F FF 61 1B
Octal 43 2 210 112 143 0 57 377 141 33
Binary 100011 10 10001000 1001010 1100011 0 101111 11111111 1100001 11011

Color Harmonies of #230288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230288

Black with #230288

Text Example


Text Example

White with #230288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230288; }

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

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

background-color css

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

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

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

border-color css

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

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

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