Html Css Color HEX #341AAA Ultramarine

📋 copy color: '#341AAA'

red 52 ◦ green 26 ◦ blue 170

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

Shades of Ultramarine #341AAA

Tints of Ultramarine #341AAA

RGB

 RED value IS 52 (20.7% from 255) = 20.97%

 GREEN value IS 26 (10.55% from 255) = 10.48%

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

R = 20.97%
G = 10.48%
B = 68.55%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#341AAA (or 0x341AAA) is known color: Ultramarine. HEX triplet: 34, 1A and AA. RGB value is (52,26,170). Sum of RGB (Red+Green+Blue) = 52+26+170=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #341AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAA is #CBE555. Grayscale: #313131. Windows color (decimal): -13362518 or 11147828. OLE color: 11147828.

HSL color Cylindrical-coordinate representation of color #341AAA: hue angle of 250.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341AAA is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 26 170 -
CMYK 0.69 0.85 0 0.33
HSL 250.83º 0.73% 0.38% -
HSV(B) 250.83º 0.85% 0.67% -
XYZ 9.04 4.37 38.4 -
YUV 50.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 52 26 170 0.69 0.85 0 0.33 250.83 0.73 0.38
Hex 34 1A AA 45 55 0 21 FB 49 26
Octal 64 32 252 105 125 0 41 373 111 46
Binary 110100 11010 10101010 1000101 1010101 0 100001 11111011 1001001 100110

Color Harmonies of #341AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AAA

Black with #341AAA

Text Example


Text Example

White with #341AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341AAA; }

 p { color: rgb(52,26,170); }

 H1.HeaderClassName
 {
   color: #341AAA;
 }
 .AnyTagClassName
 {
   color: #341AAA;
 }
</style>

background-color css

<style>
 a { background-color: #341AAA; }

 a { background-color: rgb(52,26,170); }

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

border-color css

<style>
 span { border-color: #341AAA; }

 span { border-color: rgb(52,26,170); }

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