Html Css Color HEX #341CBD Persian Blue

📋 copy color: '#341CBD'

red 52 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #341CBD

Tints of Persian Blue #341CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.26%

R = 19.33%
G = 10.41%
B = 70.26%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#341CBD (or 0x341CBD) is known color: Persian Blue. HEX triplet: 34, 1C and BD. RGB value is (52,28,189). Sum of RGB (Red+Green+Blue) = 52+28+189=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #341CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CBD is #CBE342. Grayscale: #343434. Windows color (decimal): -13361987 or 12393524. OLE color: 12393524.

HSL color Cylindrical-coordinate representation of color #341CBD: hue angle of 248.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341CBD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 28 189 -
CMYK 0.72 0.85 0 0.26
HSL 248.94º 0.74% 0.43% -
HSV(B) 248.94º 0.85% 0.74% -
XYZ 11.02 5.23 48.57 -
YUV 53.53 204.45 126.91 -
System Red Green Blue C M Y K H S L
Decimal 52 28 189 0.72 0.85 0 0.26 248.94 0.74 0.43
Hex 34 1C BD 48 55 0 1A F9 4A 2B
Octal 64 34 275 110 125 0 32 371 112 53
Binary 110100 11100 10111101 1001000 1010101 0 11010 11111001 1001010 101011

Color Harmonies of #341CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CBD

Black with #341CBD

Text Example


Text Example

White with #341CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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