Html Css Color HEX #232299 Ultramarine

📋 copy color: '#232299'

red 35 ◦ green 34 ◦ blue 153

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

Shades of Ultramarine #232299

Tints of Ultramarine #232299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 15.77%
G = 15.32%
B = 68.92%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#232299 (or 0x232299) is known color: Ultramarine. HEX triplet: 23, 22 and 99. RGB value is (35,34,153). Sum of RGB (Red+Green+Blue) = 35+34+153=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #232299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232299 is #DCDD66. Grayscale: #2F2F2F. Windows color (decimal): -14474599 or 10035747. OLE color: 10035747.

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

Color convert

RGB 35 34 153 -
CMYK 0.77 0.78 0 0.4
HSL 240.5º 0.64% 0.37% -
HSV(B) 240.5º 0.78% 0.6% -
XYZ 7.01 3.8 30.5 -
YUV 47.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 35 34 153 0.77 0.78 0 0.4 240.5 0.64 0.37
Hex 23 22 99 4D 4E 0 28 F1 40 25
Octal 43 42 231 115 116 0 50 361 100 45
Binary 100011 100010 10011001 1001101 1001110 0 101000 11110001 1000000 100101

Color Harmonies of #232299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232299

Black with #232299

Text Example


Text Example

White with #232299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232299; }

 p { color: rgb(35,34,153); }

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

background-color css

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

 a { background-color: rgb(35,34,153); }

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

border-color css

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

 span { border-color: rgb(35,34,153); }

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