Html Css Color HEX #232098 Ultramarine

📋 copy color: '#232098'

red 35 ◦ green 32 ◦ blue 152

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

Shades of Ultramarine #232098

Tints of Ultramarine #232098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 15.98%
G = 14.61%
B = 69.41%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#232098 (or 0x232098) is known color: Ultramarine. HEX triplet: 23, 20 and 98. RGB value is (35,32,152). Sum of RGB (Red+Green+Blue) = 35+32+152=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #232098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232098 is #DCDF67. Grayscale: #2E2E2E. Windows color (decimal): -14475112 or 9969699. OLE color: 9969699.

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

Color convert

RGB 35 32 152 -
CMYK 0.77 0.79 0 0.40
HSL 241.5º 0.65% 0.36% -
HSV(B) 241.5º 0.79% 0.6% -
XYZ 6.88 3.66 30.05 -
YUV 46.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 35 32 152 0.77 0.79 0 0.40 241.5 0.65 0.36
Hex 23 20 98 4D 4F 0 28 F2 41 24
Octal 43 40 230 115 117 0 50 362 101 44
Binary 100011 100000 10011000 1001101 1001111 0 101000 11110010 1000001 100100

Color Harmonies of #232098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232098

Black with #232098

Text Example


Text Example

White with #232098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232098; }

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

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

background-color css

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

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

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

border-color css

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

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

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