Html Css Color HEX #341CAA Ultramarine

📋 copy color: '#341CAA'

red 52 ◦ green 28 ◦ blue 170

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

Shades of Ultramarine #341CAA

Tints of Ultramarine #341CAA

RGB

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

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

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

R = 20.8%
G = 11.2%
B = 68%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#341CAA (or 0x341CAA) is known color: Ultramarine. HEX triplet: 34, 1C and AA. RGB value is (52,28,170). Sum of RGB (Red+Green+Blue) = 52+28+170=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #341CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAA is #CBE355. Grayscale: #323232. Windows color (decimal): -13362006 or 11148340. OLE color: 11148340.

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

Color convert

RGB 52 28 170 -
CMYK 0.69 0.84 0 0.33
HSL 250.14º 0.72% 0.39% -
HSV(B) 250.14º 0.84% 0.67% -
XYZ 9.09 4.46 38.41 -
YUV 51.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 52 28 170 0.69 0.84 0 0.33 250.14 0.72 0.39
Hex 34 1C AA 45 54 0 21 FA 48 27
Octal 64 34 252 105 124 0 41 372 110 47
Binary 110100 11100 10101010 1000101 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #341CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CAA

Black with #341CAA

Text Example


Text Example

White with #341CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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