Html Css Color HEX #341DC0 Persian Blue

📋 copy color: '#341DC0'

red 52 ◦ green 29 ◦ blue 192

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

Shades of Persian Blue #341DC0

Tints of Persian Blue #341DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 192 (75.39% from 255) = 70.33%

R = 19.05%
G = 10.62%
B = 70.33%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#341DC0 (or 0x341DC0) is known color: Persian Blue. HEX triplet: 34, 1D and C0. RGB value is (52,29,192). Sum of RGB (Red+Green+Blue) = 52+29+192=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #341DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DC0 is #CBE23F. Grayscale: #353535. Windows color (decimal): -13361728 or 12590388. OLE color: 12590388.

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

Color convert

RGB 52 29 192 -
CMYK 0.73 0.85 0 0.25
HSL 248.47º 0.74% 0.43% -
HSV(B) 248.47º 0.85% 0.75% -
XYZ 11.37 5.41 50.32 -
YUV 54.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 52 29 192 0.73 0.85 0 0.25 248.47 0.74 0.43
Hex 34 1D C0 49 55 0 19 F8 4A 2B
Octal 64 35 300 111 125 0 31 370 112 53
Binary 110100 11101 11000000 1001001 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #341DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DC0

Black with #341DC0

Text Example


Text Example

White with #341DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,192); }

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

background-color css

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

 a { background-color: rgb(52,29,192); }

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

border-color css

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

 span { border-color: rgb(52,29,192); }

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