Html Css Color HEX #23208E Ultramarine

📋 copy color: '#23208E'

red 35 ◦ green 32 ◦ blue 142

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

Shades of Ultramarine #23208E

Tints of Ultramarine #23208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 142 (55.86% from 255) = 67.94%

R = 16.75%
G = 15.31%
B = 67.94%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23208E (or 0x23208E) is known color: Ultramarine. HEX triplet: 23, 20 and 8E. RGB value is (35,32,142). Sum of RGB (Red+Green+Blue) = 35+32+142=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #23208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23208E is #DCDF71. Grayscale: #2D2D2D. Windows color (decimal): -14475122 or 9314339. OLE color: 9314339.

HSL color Cylindrical-coordinate representation of color #23208E: hue angle of 241.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23208E is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 32 142 -
CMYK 0.75 0.77 0 0.44
HSL 241.64º 0.63% 0.34% -
HSV(B) 241.64º 0.77% 0.56% -
XYZ 6.09 3.34 25.92 -
YUV 45.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 35 32 142 0.75 0.77 0 0.44 241.64 0.63 0.34
Hex 23 20 8E 4B 4D 0 2C F2 3F 22
Octal 43 40 216 113 115 0 54 362 77 42
Binary 100011 100000 10001110 1001011 1001101 0 101100 11110010 111111 100010

Color Harmonies of #23208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23208E

Black with #23208E

Text Example


Text Example

White with #23208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23208E; }

 p { color: rgb(35,32,142); }

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

background-color css

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

 a { background-color: rgb(35,32,142); }

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

border-color css

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

 span { border-color: rgb(35,32,142); }

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