Html Css Color HEX #2315AB Ultramarine

📋 copy color: '#2315AB'

red 35 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #2315AB

Tints of Ultramarine #2315AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

 BLUE value IS 171 (67.19% from 255) = 75.33%

R = 15.42%
G = 9.25%
B = 75.33%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2315AB (or 0x2315AB) is known color: Ultramarine. HEX triplet: 23, 15 and AB. RGB value is (35,21,171). Sum of RGB (Red+Green+Blue) = 35+21+171=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #2315AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2315AB is #DCEA54. Grayscale: #292929. Windows color (decimal): -14477909 or 11212067. OLE color: 11212067.

HSL color Cylindrical-coordinate representation of color #2315AB: hue angle of 245.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2315AB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 21 171 -
CMYK 0.80 0.88 0 0.33
HSL 245.6º 0.78% 0.38% -
HSV(B) 245.6º 0.88% 0.67% -
XYZ 8.31 3.83 38.83 -
YUV 42.29 200.64 122.8 -
System Red Green Blue C M Y K H S L
Decimal 35 21 171 0.80 0.88 0 0.33 245.6 0.78 0.38
Hex 23 15 AB 50 58 0 21 F6 4E 26
Octal 43 25 253 120 130 0 41 366 116 46
Binary 100011 10101 10101011 1010000 1011000 0 100001 11110110 1001110 100110

Color Harmonies of #2315AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2315AB

Black with #2315AB

Text Example


Text Example

White with #2315AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2315AB; }

 p { color: rgb(35,21,171); }

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

background-color css

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

 a { background-color: rgb(35,21,171); }

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

border-color css

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

 span { border-color: rgb(35,21,171); }

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