Html Css Color HEX #341BAD Ultramarine

📋 copy color: '#341BAD'

red 52 ◦ green 27 ◦ blue 173

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

Shades of Ultramarine #341BAD

Tints of Ultramarine #341BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 20.63%
G = 10.71%
B = 68.65%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341BAD (or 0x341BAD) is known color: Ultramarine. HEX triplet: 34, 1B and AD. RGB value is (52,27,173). Sum of RGB (Red+Green+Blue) = 52+27+173=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #341BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341BAD is #CBE452. Grayscale: #323232. Windows color (decimal): -13362259 or 11344692. OLE color: 11344692.

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

Color convert

RGB 52 27 173 -
CMYK 0.70 0.84 0 0.32
HSL 250.27º 0.73% 0.39% -
HSV(B) 250.27º 0.84% 0.68% -
XYZ 9.35 4.53 39.92 -
YUV 51.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 52 27 173 0.70 0.84 0 0.32 250.27 0.73 0.39
Hex 34 1B AD 46 54 0 20 FA 49 27
Octal 64 33 255 106 124 0 40 372 111 47
Binary 110100 11011 10101101 1000110 1010100 0 100000 11111010 1001001 100111

Color Harmonies of #341BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BAD

Black with #341BAD

Text Example


Text Example

White with #341BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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