Html Css Color HEX #232292 Ultramarine

📋 copy color: '#232292'

red 35 ◦ green 34 ◦ blue 146

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

Shades of Ultramarine #232292

Tints of Ultramarine #232292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 16.28%
G = 15.81%
B = 67.91%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#232292 (or 0x232292) is known color: Ultramarine. HEX triplet: 23, 22 and 92. RGB value is (35,34,146). Sum of RGB (Red+Green+Blue) = 35+34+146=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #232292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232292 is #DCDD6D. Grayscale: #2E2E2E. Windows color (decimal): -14474606 or 9576995. OLE color: 9576995.

HSL color Cylindrical-coordinate representation of color #232292: hue angle of 240.54º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232292 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 34 146 -
CMYK 0.76 0.77 0 0.43
HSL 240.54º 0.62% 0.35% -
HSV(B) 240.54º 0.77% 0.57% -
XYZ 6.45 3.58 27.54 -
YUV 47.07 183.83 119.39 -
System Red Green Blue C M Y K H S L
Decimal 35 34 146 0.76 0.77 0 0.43 240.54 0.62 0.35
Hex 23 22 92 4C 4D 0 2B F1 3E 23
Octal 43 42 222 114 115 0 53 361 76 43
Binary 100011 100010 10010010 1001100 1001101 0 101011 11110001 111110 100011

Color Harmonies of #232292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232292

Black with #232292

Text Example


Text Example

White with #232292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232292; }

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

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

background-color css

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

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

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

border-color css

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

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

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