Html Css Color HEX #232498 Ultramarine

📋 copy color: '#232498'

red 35 ◦ green 36 ◦ blue 152

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

Shades of Ultramarine #232498

Tints of Ultramarine #232498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 15.7%
G = 16.14%
B = 68.16%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#232498 (or 0x232498) is known color: Ultramarine. HEX triplet: 23, 24 and 98. RGB value is (35,36,152). Sum of RGB (Red+Green+Blue) = 35+36+152=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #232498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232498 is #DCDB67. Grayscale: #303030. Windows color (decimal): -14474088 or 9970723. OLE color: 9970723.

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

Color convert

RGB 35 36 152 -
CMYK 0.77 0.76 0 0.40
HSL 239.49º 0.63% 0.37% -
HSV(B) 239.49º 0.77% 0.6% -
XYZ 6.99 3.89 30.09 -
YUV 48.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 35 36 152 0.77 0.76 0 0.40 239.49 0.63 0.37
Hex 23 24 98 4D 4C 0 28 EF 3F 25
Octal 43 44 230 115 114 0 50 357 77 45
Binary 100011 100100 10011000 1001101 1001100 0 101000 11101111 111111 100101

Color Harmonies of #232498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232498

Black with #232498

Text Example


Text Example

White with #232498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232498; }

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

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

background-color css

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

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

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

border-color css

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

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

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