Html Css Color HEX #341AAF Ultramarine

📋 copy color: '#341AAF'

red 52 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #341AAF

Tints of Ultramarine #341AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.17%

R = 20.55%
G = 10.28%
B = 69.17%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#341AAF (or 0x341AAF) is known color: Ultramarine. HEX triplet: 34, 1A and AF. RGB value is (52,26,175). Sum of RGB (Red+Green+Blue) = 52+26+175=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #341AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AAF is #CBE550. Grayscale: #323232. Windows color (decimal): -13362513 or 11475508. OLE color: 11475508.

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

Color convert

RGB 52 26 175 -
CMYK 0.70 0.85 0 0.31
HSL 250.47º 0.74% 0.39% -
HSV(B) 250.47º 0.85% 0.69% -
XYZ 9.52 4.56 40.94 -
YUV 50.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 52 26 175 0.70 0.85 0 0.31 250.47 0.74 0.39
Hex 34 1A AF 46 55 0 1F FA 4A 27
Octal 64 32 257 106 125 0 37 372 112 47
Binary 110100 11010 10101111 1000110 1010101 0 11111 11111010 1001010 100111

Color Harmonies of #341AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AAF

Black with #341AAF

Text Example


Text Example

White with #341AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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