Html Css Color HEX #230392 Ultramarine

📋 copy color: '#230392'

red 35 ◦ green 3 ◦ blue 146

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

Shades of Ultramarine #230392

Tints of Ultramarine #230392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 19.02%
G = 1.63%
B = 79.35%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230392 (or 0x230392) is known color: Ultramarine. HEX triplet: 23, 03 and 92. RGB value is (35,3,146). Sum of RGB (Red+Green+Blue) = 35+3+146=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #230392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230392 is #DCFC6D. Grayscale: #1C1C1C. Windows color (decimal): -14482542 or 9569059. OLE color: 9569059.

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

Color convert

RGB 35 3 146 -
CMYK 0.76 0.98 0 0.43
HSL 253.43º 0.96% 0.29% -
HSV(B) 253.43º 0.98% 0.57% -
XYZ 5.91 2.5 27.36 -
YUV 28.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 35 3 146 0.76 0.98 0 0.43 253.43 0.96 0.29
Hex 23 3 92 4C 62 0 2B FD 60 1D
Octal 43 3 222 114 142 0 53 375 140 35
Binary 100011 11 10010010 1001100 1100010 0 101011 11111101 1100000 11101

Color Harmonies of #230392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230392

Black with #230392

Text Example


Text Example

White with #230392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230392; }

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

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

background-color css

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

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

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

border-color css

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

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

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