Html Css Color HEX #331CAA Ultramarine

📋 copy color: '#331CAA'

red 51 ◦ green 28 ◦ blue 170

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

Shades of Ultramarine #331CAA

Tints of Ultramarine #331CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 20.48%
G = 11.24%
B = 68.27%

CMYK

 C value IS 0.7

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331CAA (or 0x331CAA) is known color: Ultramarine. HEX triplet: 33, 1C and AA. RGB value is (51,28,170). Sum of RGB (Red+Green+Blue) = 51+28+170=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #331CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331CAA is #CCE355. Grayscale: #323232. Windows color (decimal): -13427542 or 11148339. OLE color: 11148339.

HSL color Cylindrical-coordinate representation of color #331CAA: hue angle of 249.72º degrees, saturation: 0.72, 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 #331CAA is Cyan = 0.7, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 28 170 -
CMYK 0.7 0.84 0 0.33
HSL 249.72º 0.72% 0.39% -
HSV(B) 249.72º 0.84% 0.67% -
XYZ 9.04 4.44 38.41 -
YUV 51.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 51 28 170 0.7 0.84 0 0.33 249.72 0.72 0.39
Hex 33 1C AA 46 54 0 21 FA 48 27
Octal 63 34 252 106 124 0 41 372 110 47
Binary 110011 11100 10101010 1000110 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #331CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CAA

Black with #331CAA

Text Example


Text Example

White with #331CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,28,170); }

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

background-color css

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

 a { background-color: rgb(51,28,170); }

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

border-color css

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

 span { border-color: rgb(51,28,170); }

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