Html Css Color HEX #341CAB Ultramarine

📋 copy color: '#341CAB'

red 52 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #341CAB

Tints of Ultramarine #341CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.13%

R = 20.72%
G = 11.16%
B = 68.13%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#341CAB (or 0x341CAB) is known color: Ultramarine. HEX triplet: 34, 1C and AB. RGB value is (52,28,171). Sum of RGB (Red+Green+Blue) = 52+28+171=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #341CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAB is #CBE354. Grayscale: #323232. Windows color (decimal): -13362005 or 11213876. OLE color: 11213876.

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

Color convert

RGB 52 28 171 -
CMYK 0.70 0.84 0 0.33
HSL 250.07º 0.72% 0.39% -
HSV(B) 250.07º 0.84% 0.67% -
XYZ 9.18 4.5 38.91 -
YUV 51.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 52 28 171 0.70 0.84 0 0.33 250.07 0.72 0.39
Hex 34 1C AB 46 54 0 21 FA 48 27
Octal 64 34 253 106 124 0 41 372 110 47
Binary 110100 11100 10101011 1000110 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #341CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CAB

Black with #341CAB

Text Example


Text Example

White with #341CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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