Html Css Color HEX #341AAE Ultramarine

📋 copy color: '#341AAE'

red 52 ◦ green 26 ◦ blue 174

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

Shades of Ultramarine #341AAE

Tints of Ultramarine #341AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 20.63%
G = 10.32%
B = 69.05%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341AAE (or 0x341AAE) is known color: Ultramarine. HEX triplet: 34, 1A and AE. RGB value is (52,26,174). Sum of RGB (Red+Green+Blue) = 52+26+174=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #341AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAE is #CBE551. Grayscale: #323232. Windows color (decimal): -13362514 or 11409972. OLE color: 11409972.

HSL color Cylindrical-coordinate representation of color #341AAE: hue angle of 250.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341AAE is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 26 174 -
CMYK 0.70 0.85 0 0.32
HSL 250.54º 0.74% 0.39% -
HSV(B) 250.54º 0.85% 0.68% -
XYZ 9.43 4.52 40.42 -
YUV 50.65 197.61 128.97 -
System Red Green Blue C M Y K H S L
Decimal 52 26 174 0.70 0.85 0 0.32 250.54 0.74 0.39
Hex 34 1A AE 46 55 0 20 FB 4A 27
Octal 64 32 256 106 125 0 40 373 112 47
Binary 110100 11010 10101110 1000110 1010101 0 100000 11111011 1001010 100111

Color Harmonies of #341AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AAE

Black with #341AAE

Text Example


Text Example

White with #341AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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