Html Css Color HEX #23208C Ultramarine

📋 copy color: '#23208C'

red 35 ◦ green 32 ◦ blue 140

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

Shades of Ultramarine #23208C

Tints of Ultramarine #23208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.63%

R = 16.91%
G = 15.46%
B = 67.63%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23208C (or 0x23208C) is known color: Ultramarine. HEX triplet: 23, 20 and 8C. RGB value is (35,32,140). Sum of RGB (Red+Green+Blue) = 35+32+140=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #23208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23208C is #DCDF73. Grayscale: #2C2C2C. Windows color (decimal): -14475124 or 9183267. OLE color: 9183267.

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

Color convert

RGB 35 32 140 -
CMYK 0.75 0.77 0 0.45
HSL 241.67º 0.63% 0.34% -
HSV(B) 241.67º 0.77% 0.55% -
XYZ 5.94 3.28 25.13 -
YUV 45.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 35 32 140 0.75 0.77 0 0.45 241.67 0.63 0.34
Hex 23 20 8C 4B 4D 0 2D F2 3F 22
Octal 43 40 214 113 115 0 55 362 77 42
Binary 100011 100000 10001100 1001011 1001101 0 101101 11110010 111111 100010

Color Harmonies of #23208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23208C

Black with #23208C

Text Example


Text Example

White with #23208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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