Html Css Color HEX #341CAC Ultramarine

📋 copy color: '#341CAC'

red 52 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #341CAC

Tints of Ultramarine #341CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 20.63%
G = 11.11%
B = 68.25%

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

#341CAC (or 0x341CAC) is known color: Ultramarine. HEX triplet: 34, 1C and AC. RGB value is (52,28,172). Sum of RGB (Red+Green+Blue) = 52+28+172=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #341CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAC is #CBE353. Grayscale: #333333. Windows color (decimal): -13362004 or 11279412. OLE color: 11279412.

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

Color convert

RGB 52 28 172 -
CMYK 0.70 0.84 0 0.33
HSL 250º 0.72% 0.39% -
HSV(B) 250º 0.84% 0.67% -
XYZ 9.28 4.54 39.42 -
YUV 51.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 52 28 172 0.70 0.84 0 0.33 250 0.72 0.39
Hex 34 1C AC 46 54 0 21 FA 48 27
Octal 64 34 254 106 124 0 41 372 110 47
Binary 110100 11100 10101100 1000110 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #341CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CAC

Black with #341CAC

Text Example


Text Example

White with #341CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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