Html Css Color HEX #232194 Ultramarine

📋 copy color: '#232194'

red 35 ◦ green 33 ◦ blue 148

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

Shades of Ultramarine #232194

Tints of Ultramarine #232194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 16.2%
G = 15.28%
B = 68.52%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232194 (or 0x232194) is known color: Ultramarine. HEX triplet: 23, 21 and 94. RGB value is (35,33,148). Sum of RGB (Red+Green+Blue) = 35+33+148=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #232194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232194 is #DCDE6B. Grayscale: #2E2E2E. Windows color (decimal): -14474860 or 9707811. OLE color: 9707811.

HSL color Cylindrical-coordinate representation of color #232194: hue angle of 241.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232194 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 33 148 -
CMYK 0.76 0.78 0 0.42
HSL 241.04º 0.64% 0.35% -
HSV(B) 241.04º 0.78% 0.58% -
XYZ 6.58 3.58 28.36 -
YUV 46.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 35 33 148 0.76 0.78 0 0.42 241.04 0.64 0.35
Hex 23 21 94 4C 4E 0 2A F1 40 23
Octal 43 41 224 114 116 0 52 361 100 43
Binary 100011 100001 10010100 1001100 1001110 0 101010 11110001 1000000 100011

Color Harmonies of #232194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232194

Black with #232194

Text Example


Text Example

White with #232194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232194; }

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

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

background-color css

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

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

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

border-color css

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

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

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