Html Css Color HEX #232592 Ultramarine

📋 copy color: '#232592'

red 35 ◦ green 37 ◦ blue 146

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

Shades of Ultramarine #232592

Tints of Ultramarine #232592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 16.06%
G = 16.97%
B = 66.97%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#232592 (or 0x232592) is known color: Ultramarine. HEX triplet: 23, 25 and 92. RGB value is (35,37,146). Sum of RGB (Red+Green+Blue) = 35+37+146=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #232592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232592 is #DCDA6D. Grayscale: #303030. Windows color (decimal): -14473838 or 9577763. OLE color: 9577763.

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

Color convert

RGB 35 37 146 -
CMYK 0.76 0.75 0 0.43
HSL 238.92º 0.61% 0.35% -
HSV(B) 238.92º 0.76% 0.57% -
XYZ 6.54 3.76 27.57 -
YUV 48.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 35 37 146 0.76 0.75 0 0.43 238.92 0.61 0.35
Hex 23 25 92 4C 4B 0 2B EF 3D 23
Octal 43 45 222 114 113 0 53 357 75 43
Binary 100011 100101 10010010 1001100 1001011 0 101011 11101111 111101 100011

Color Harmonies of #232592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232592

Black with #232592

Text Example


Text Example

White with #232592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232592; }

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

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

background-color css

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

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

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

border-color css

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

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

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