Html Css Color HEX #232294 Ultramarine

📋 copy color: '#232294'

red 35 ◦ green 34 ◦ blue 148

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

Shades of Ultramarine #232294

Tints of Ultramarine #232294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 16.13%
G = 15.67%
B = 68.2%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232294 (or 0x232294) is known color: Ultramarine. HEX triplet: 23, 22 and 94. RGB value is (35,34,148). Sum of RGB (Red+Green+Blue) = 35+34+148=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #232294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232294 is #DCDD6B. Grayscale: #2E2E2E. Windows color (decimal): -14474604 or 9708067. OLE color: 9708067.

HSL color Cylindrical-coordinate representation of color #232294: hue angle of 240.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232294 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 34 148 -
CMYK 0.76 0.77 0 0.42
HSL 240.53º 0.63% 0.36% -
HSV(B) 240.53º 0.77% 0.58% -
XYZ 6.61 3.64 28.37 -
YUV 47.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 35 34 148 0.76 0.77 0 0.42 240.53 0.63 0.36
Hex 23 22 94 4C 4D 0 2A F1 3F 24
Octal 43 42 224 114 115 0 52 361 77 44
Binary 100011 100010 10010100 1001100 1001101 0 101010 11110001 111111 100100

Color Harmonies of #232294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232294

Black with #232294

Text Example


Text Example

White with #232294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232294; }

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

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

background-color css

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

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

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

border-color css

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

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

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