Html Css Color HEX #23219C Ultramarine

📋 copy color: '#23219C'

red 35 ◦ green 33 ◦ blue 156

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

Shades of Ultramarine #23219C

Tints of Ultramarine #23219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 15.63%
G = 14.73%
B = 69.64%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23219C (or 0x23219C) is known color: Ultramarine. HEX triplet: 23, 21 and 9C. RGB value is (35,33,156). Sum of RGB (Red+Green+Blue) = 35+33+156=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #23219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23219C is #DCDE63. Grayscale: #2F2F2F. Windows color (decimal): -14474852 or 10232099. OLE color: 10232099.

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

Color convert

RGB 35 33 156 -
CMYK 0.78 0.79 0 0.39
HSL 240.98º 0.65% 0.37% -
HSV(B) 240.98º 0.79% 0.61% -
XYZ 7.24 3.85 31.81 -
YUV 47.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 35 33 156 0.78 0.79 0 0.39 240.98 0.65 0.37
Hex 23 21 9C 4E 4F 0 27 F1 41 25
Octal 43 41 234 116 117 0 47 361 101 45
Binary 100011 100001 10011100 1001110 1001111 0 100111 11110001 1000001 100101

Color Harmonies of #23219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23219C

Black with #23219C

Text Example


Text Example

White with #23219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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