Html Css Color HEX #23219D Ultramarine

📋 copy color: '#23219D'

red 35 ◦ green 33 ◦ blue 157

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

Shades of Ultramarine #23219D

Tints of Ultramarine #23219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 157 (61.72% from 255) = 69.78%

R = 15.56%
G = 14.67%
B = 69.78%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23219D (or 0x23219D) is known color: Ultramarine. HEX triplet: 23, 21 and 9D. RGB value is (35,33,157). Sum of RGB (Red+Green+Blue) = 35+33+157=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #23219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23219D is #DCDE62. Grayscale: #2F2F2F. Windows color (decimal): -14474851 or 10297635. OLE color: 10297635.

HSL color Cylindrical-coordinate representation of color #23219D: hue angle of 240.97º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23219D is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 33 157 -
CMYK 0.78 0.79 0 0.38
HSL 240.97º 0.65% 0.37% -
HSV(B) 240.97º 0.79% 0.62% -
XYZ 7.32 3.88 32.26 -
YUV 47.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 35 33 157 0.78 0.79 0 0.38 240.97 0.65 0.37
Hex 23 21 9D 4E 4F 0 26 F1 41 25
Octal 43 41 235 116 117 0 46 361 101 45
Binary 100011 100001 10011101 1001110 1001111 0 100110 11110001 1000001 100101

Color Harmonies of #23219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23219D

Black with #23219D

Text Example


Text Example

White with #23219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23219D; }

 p { color: rgb(35,33,157); }

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

background-color css

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

 a { background-color: rgb(35,33,157); }

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

border-color css

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

 span { border-color: rgb(35,33,157); }

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