Html Css Color HEX #232398 Ultramarine

📋 copy color: '#232398'

red 35 ◦ green 35 ◦ blue 152

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

Shades of Ultramarine #232398

Tints of Ultramarine #232398

RGB

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

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

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

R = 15.77%
G = 15.77%
B = 68.47%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#232398 (or 0x232398) is known color: Ultramarine. HEX triplet: 23, 23 and 98. RGB value is (35,35,152). Sum of RGB (Red+Green+Blue) = 35+35+152=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #232398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232398 is #DCDC67. Grayscale: #2F2F2F. Windows color (decimal): -14474344 or 9970467. OLE color: 9970467.

HSL color Cylindrical-coordinate representation of color #232398: hue angle of 240º 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 #232398 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 35 152 -
CMYK 0.77 0.77 0 0.40
HSL 240º 0.63% 0.37% -
HSV(B) 240º 0.77% 0.6% -
XYZ 6.96 3.83 30.08 -
YUV 48.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 35 35 152 0.77 0.77 0 0.40 240 0.63 0.37
Hex 23 23 98 4D 4D 0 28 F0 3F 25
Octal 43 43 230 115 115 0 50 360 77 45
Binary 100011 100011 10011000 1001101 1001101 0 101000 11110000 111111 100101

Color Harmonies of #232398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232398

Black with #232398

Text Example


Text Example

White with #232398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232398; }

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

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

background-color css

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

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

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

border-color css

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

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

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