Html Css Color HEX #2215B1 Ultramarine

📋 copy color: '#2215B1'

red 34 ◦ green 21 ◦ blue 177

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

Shades of Ultramarine #2215B1

Tints of Ultramarine #2215B1

RGB

 RED value IS 34 (13.67% from 255) = 14.66%

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

 BLUE value IS 177 (69.53% from 255) = 76.29%

R = 14.66%
G = 9.05%
B = 76.29%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2215B1 (or 0x2215B1) is known color: Ultramarine. HEX triplet: 22, 15 and B1. RGB value is (34,21,177). Sum of RGB (Red+Green+Blue) = 34+21+177=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 177 (69.53% from 255 or 76.29% from 232); Max value from RGB is 177 - color contains mainly: blue. Hex color #2215B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2215B1 is #DDEA4E. Grayscale: #2A2A2A. Windows color (decimal): -14543439 or 11605282. OLE color: 11605282.

HSL color Cylindrical-coordinate representation of color #2215B1: hue angle of 245º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2215B1 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 21 177 -
CMYK 0.81 0.88 0 0.31
HSL 245º 0.79% 0.39% -
HSV(B) 245º 0.88% 0.69% -
XYZ 8.86 4.05 41.91 -
YUV 42.67 203.81 121.82 -
System Red Green Blue C M Y K H S L
Decimal 34 21 177 0.81 0.88 0 0.31 245 0.79 0.39
Hex 22 15 B1 51 58 0 1F F5 4F 27
Octal 42 25 261 121 130 0 37 365 117 47
Binary 100010 10101 10110001 1010001 1011000 0 11111 11110101 1001111 100111

Color Harmonies of #2215B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2215B1

Black with #2215B1

Text Example


Text Example

White with #2215B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2215B1; }

 p { color: rgb(34,21,177); }

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

background-color css

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

 a { background-color: rgb(34,21,177); }

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

border-color css

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

 span { border-color: rgb(34,21,177); }

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