Html Css Color HEX #2311B5 Ultramarine

📋 copy color: '#2311B5'

red 35 ◦ green 17 ◦ blue 181

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

Shades of Ultramarine #2311B5

Tints of Ultramarine #2311B5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

 BLUE value IS 181 (71.09% from 255) = 77.68%

R = 15.02%
G = 7.3%
B = 77.68%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2311B5 (or 0x2311B5) is known color: Ultramarine. HEX triplet: 23, 11 and B5. RGB value is (35,17,181). Sum of RGB (Red+Green+Blue) = 35+17+181=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 181 (71.09% from 255 or 77.68% from 233); Max value from RGB is 181 - color contains mainly: blue. Hex color #2311B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311B5 is #DCEE4A. Grayscale: #282828. Windows color (decimal): -14478923 or 11866403. OLE color: 11866403.

HSL color Cylindrical-coordinate representation of color #2311B5: hue angle of 246.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2311B5 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 17 181 -
CMYK 0.81 0.91 0 0.29
HSL 246.59º 0.83% 0.39% -
HSV(B) 246.59º 0.91% 0.71% -
XYZ 9.23 4.09 44.02 -
YUV 41.08 206.96 123.66 -
System Red Green Blue C M Y K H S L
Decimal 35 17 181 0.81 0.91 0 0.29 246.59 0.83 0.39
Hex 23 11 B5 51 5B 0 1D F7 53 27
Octal 43 21 265 121 133 0 35 367 123 47
Binary 100011 10001 10110101 1010001 1011011 0 11101 11110111 1010011 100111

Color Harmonies of #2311B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2311B5

Black with #2311B5

Text Example


Text Example

White with #2311B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2311B5; }

 p { color: rgb(35,17,181); }

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

background-color css

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

 a { background-color: rgb(35,17,181); }

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

border-color css

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

 span { border-color: rgb(35,17,181); }

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