Html Css Color HEX #232198 Ultramarine

📋 copy color: '#232198'

red 35 ◦ green 33 ◦ blue 152

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

Shades of Ultramarine #232198

Tints of Ultramarine #232198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 15.91%
G = 15%
B = 69.09%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#232198 (or 0x232198) is known color: Ultramarine. HEX triplet: 23, 21 and 98. RGB value is (35,33,152). Sum of RGB (Red+Green+Blue) = 35+33+152=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #232198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232198 is #DCDE67. Grayscale: #2E2E2E. Windows color (decimal): -14474856 or 9969955. OLE color: 9969955.

HSL color Cylindrical-coordinate representation of color #232198: hue angle of 241.01º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232198 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 33 152 -
CMYK 0.77 0.78 0 0.40
HSL 241.01º 0.64% 0.36% -
HSV(B) 241.01º 0.78% 0.6% -
XYZ 6.9 3.71 30.06 -
YUV 47.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 35 33 152 0.77 0.78 0 0.40 241.01 0.64 0.36
Hex 23 21 98 4D 4E 0 28 F1 40 24
Octal 43 41 230 115 116 0 50 361 100 44
Binary 100011 100001 10011000 1001101 1001110 0 101000 11110001 1000000 100100

Color Harmonies of #232198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232198

Black with #232198

Text Example


Text Example

White with #232198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232198; }

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

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

background-color css

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

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

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

border-color css

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

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

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