Html Css Color HEX #232298 Ultramarine

📋 copy color: '#232298'

red 35 ◦ green 34 ◦ blue 152

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

Shades of Ultramarine #232298

Tints of Ultramarine #232298

RGB

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

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

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

R = 15.84%
G = 15.38%
B = 68.78%

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

#232298 (or 0x232298) is known color: Ultramarine. HEX triplet: 23, 22 and 98. RGB value is (35,34,152). Sum of RGB (Red+Green+Blue) = 35+34+152=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #232298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232298 is #DCDD67. Grayscale: #2F2F2F. Windows color (decimal): -14474600 or 9970211. OLE color: 9970211.

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

Color convert

RGB 35 34 152 -
CMYK 0.77 0.78 0 0.40
HSL 240.51º 0.63% 0.36% -
HSV(B) 240.51º 0.78% 0.6% -
XYZ 6.93 3.77 30.07 -
YUV 47.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 35 34 152 0.77 0.78 0 0.40 240.51 0.63 0.36
Hex 23 22 98 4D 4E 0 28 F1 3F 24
Octal 43 42 230 115 116 0 50 361 77 44
Binary 100011 100010 10011000 1001101 1001110 0 101000 11110001 111111 100100

Color Harmonies of #232298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232298

Black with #232298

Text Example


Text Example

White with #232298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232298; }

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

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

background-color css

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

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

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

border-color css

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

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

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