Html Css Color HEX #331BAC Ultramarine

📋 copy color: '#331BAC'

red 51 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #331BAC

Tints of Ultramarine #331BAC

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 27 (10.94% from 255) = 10.8%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 20.4%
G = 10.8%
B = 68.8%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331BAC (or 0x331BAC) is known color: Ultramarine. HEX triplet: 33, 1B and AC. RGB value is (51,27,172). Sum of RGB (Red+Green+Blue) = 51+27+172=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #331BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331BAC is #CCE453. Grayscale: #323232. Windows color (decimal): -13427796 or 11279155. OLE color: 11279155.

HSL color Cylindrical-coordinate representation of color #331BAC: hue angle of 249.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331BAC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 27 172 -
CMYK 0.70 0.84 0 0.33
HSL 249.93º 0.73% 0.39% -
HSV(B) 249.93º 0.84% 0.67% -
XYZ 9.2 4.47 39.41 -
YUV 50.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 51 27 172 0.70 0.84 0 0.33 249.93 0.73 0.39
Hex 33 1B AC 46 54 0 21 FA 49 27
Octal 63 33 254 106 124 0 41 372 111 47
Binary 110011 11011 10101100 1000110 1010100 0 100001 11111010 1001001 100111

Color Harmonies of #331BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BAC

Black with #331BAC

Text Example


Text Example

White with #331BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331BAC; }

 p { color: rgb(51,27,172); }

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

background-color css

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

 a { background-color: rgb(51,27,172); }

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

border-color css

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

 span { border-color: rgb(51,27,172); }

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