Html Css Color HEX #230294 Ultramarine

📋 copy color: '#230294'

red 35 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #230294

Tints of Ultramarine #230294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 18.92%
G = 1.08%
B = 80%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#230294 (or 0x230294) is known color: Ultramarine. HEX triplet: 23, 02 and 94. RGB value is (35,2,148). Sum of RGB (Red+Green+Blue) = 35+2+148=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #230294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230294 is #DCFD6B. Grayscale: #1B1B1B. Windows color (decimal): -14482796 or 9699875. OLE color: 9699875.

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

Color convert

RGB 35 2 148 -
CMYK 0.76 0.99 0 0.42
HSL 253.56º 0.97% 0.29% -
HSV(B) 253.56º 0.99% 0.58% -
XYZ 6.06 2.54 28.19 -
YUV 28.51 195.43 132.63 -
System Red Green Blue C M Y K H S L
Decimal 35 2 148 0.76 0.99 0 0.42 253.56 0.97 0.29
Hex 23 2 94 4C 63 0 2A FE 61 1D
Octal 43 2 224 114 143 0 52 376 141 35
Binary 100011 10 10010100 1001100 1100011 0 101010 11111110 1100001 11101

Color Harmonies of #230294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230294

Black with #230294

Text Example


Text Example

White with #230294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230294; }

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

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

background-color css

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

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

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

border-color css

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

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

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