Html Css Color HEX #230488 Ultramarine

📋 copy color: '#230488'

red 35 ◦ green 4 ◦ blue 136

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

Shades of Ultramarine #230488

Tints of Ultramarine #230488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 20%
G = 2.29%
B = 77.71%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230488 (or 0x230488) is known color: Ultramarine. HEX triplet: 23, 04 and 88. RGB value is (35,4,136). Sum of RGB (Red+Green+Blue) = 35+4+136=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #230488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230488 is #DCFB77. Grayscale: #1B1B1B. Windows color (decimal): -14482296 or 8913955. OLE color: 8913955.

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

Color convert

RGB 35 4 136 -
CMYK 0.74 0.97 0 0.47
HSL 254.09º 0.94% 0.27% -
HSV(B) 254.09º 0.97% 0.53% -
XYZ 5.18 2.22 23.45 -
YUV 28.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 35 4 136 0.74 0.97 0 0.47 254.09 0.94 0.27
Hex 23 4 88 4A 61 0 2F FE 5E 1B
Octal 43 4 210 112 141 0 57 376 136 33
Binary 100011 100 10001000 1001010 1100001 0 101111 11111110 1011110 11011

Color Harmonies of #230488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230488

Black with #230488

Text Example


Text Example

White with #230488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230488; }

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

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

background-color css

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

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

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

border-color css

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

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

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