Html Css Color HEX #341BAC Ultramarine

📋 copy color: '#341BAC'

red 52 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #341BAC

Tints of Ultramarine #341BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.76%

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

R = 20.72%
G = 10.76%
B = 68.53%

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

#341BAC (or 0x341BAC) is known color: Ultramarine. HEX triplet: 34, 1B and AC. RGB value is (52,27,172). Sum of RGB (Red+Green+Blue) = 52+27+172=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #341BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341BAC is #CBE453. Grayscale: #323232. Windows color (decimal): -13362260 or 11279156. OLE color: 11279156.

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

Color convert

RGB 52 27 172 -
CMYK 0.70 0.84 0 0.33
HSL 250.34º 0.73% 0.39% -
HSV(B) 250.34º 0.84% 0.67% -
XYZ 9.25 4.49 39.41 -
YUV 51.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 52 27 172 0.70 0.84 0 0.33 250.34 0.73 0.39
Hex 34 1B AC 46 54 0 21 FA 49 27
Octal 64 33 254 106 124 0 41 372 111 47
Binary 110100 11011 10101100 1000110 1010100 0 100001 11111010 1001001 100111

Color Harmonies of #341BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BAC

Black with #341BAC

Text Example


Text Example

White with #341BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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