Html Css Color HEX #2317B1 Ultramarine

📋 copy color: '#2317B1'

red 35 ◦ green 23 ◦ blue 177

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

Shades of Ultramarine #2317B1

Tints of Ultramarine #2317B1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

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

R = 14.89%
G = 9.79%
B = 75.32%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2317B1 (or 0x2317B1) is known color: Ultramarine. HEX triplet: 23, 17 and B1. RGB value is (35,23,177). Sum of RGB (Red+Green+Blue) = 35+23+177=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #2317B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2317B1 is #DCE84E. Grayscale: #2B2B2B. Windows color (decimal): -14477391 or 11605795. OLE color: 11605795.

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

Color convert

RGB 35 23 177 -
CMYK 0.80 0.87 0 0.31
HSL 244.68º 0.77% 0.39% -
HSV(B) 244.68º 0.87% 0.69% -
XYZ 8.94 4.14 41.92 -
YUV 44.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 35 23 177 0.80 0.87 0 0.31 244.68 0.77 0.39
Hex 23 17 B1 50 57 0 1F F5 4D 27
Octal 43 27 261 120 127 0 37 365 115 47
Binary 100011 10111 10110001 1010000 1010111 0 11111 11110101 1001101 100111

Color Harmonies of #2317B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2317B1

Black with #2317B1

Text Example


Text Example

White with #2317B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,23,177); }

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

background-color css

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

 a { background-color: rgb(35,23,177); }

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

border-color css

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

 span { border-color: rgb(35,23,177); }

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