Html Css Color HEX #341CCC Persian Blue

📋 copy color: '#341CCC'

red 52 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #341CCC

Tints of Persian Blue #341CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 18.31%
G = 9.86%
B = 71.83%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#341CCC (or 0x341CCC) is known color: Persian Blue. HEX triplet: 34, 1C and CC. RGB value is (52,28,204). Sum of RGB (Red+Green+Blue) = 52+28+204=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #341CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCC is #CBE333. Grayscale: #363636. Windows color (decimal): -13361972 or 13376564. OLE color: 13376564.

HSL color Cylindrical-coordinate representation of color #341CCC: hue angle of 248.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341CCC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 28 204 -
CMYK 0.75 0.86 0 0.2
HSL 248.18º 0.76% 0.45% -
HSV(B) 248.18º 0.86% 0.8% -
XYZ 12.73 5.92 57.6 -
YUV 55.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 52 28 204 0.75 0.86 0 0.2 248.18 0.76 0.45
Hex 34 1C CC 4B 56 0 14 F8 4C 2D
Octal 64 34 314 113 126 0 24 370 114 55
Binary 110100 11100 11001100 1001011 1010110 0 10100 11111000 1001100 101101

Color Harmonies of #341CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CCC

Black with #341CCC

Text Example


Text Example

White with #341CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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