Html Css Color HEX #341ECB Persian Blue

📋 copy color: '#341ECB'

red 52 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #341ECB

Tints of Persian Blue #341ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 18.25%
G = 10.53%
B = 71.23%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341ECB (or 0x341ECB) is known color: Persian Blue. HEX triplet: 34, 1E and CB. RGB value is (52,30,203). Sum of RGB (Red+Green+Blue) = 52+30+203=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #341ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ECB is #CBE134. Grayscale: #373737. Windows color (decimal): -13361461 or 13311540. OLE color: 13311540.

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

Color convert

RGB 52 30 203 -
CMYK 0.74 0.85 0 0.20
HSL 247.63º 0.74% 0.46% -
HSV(B) 247.63º 0.85% 0.8% -
XYZ 12.66 5.97 56.99 -
YUV 56.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 52 30 203 0.74 0.85 0 0.20 247.63 0.74 0.46
Hex 34 1E CB 4A 55 0 14 F8 4A 2E
Octal 64 36 313 112 125 0 24 370 112 56
Binary 110100 11110 11001011 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #341ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ECB

Black with #341ECB

Text Example


Text Example

White with #341ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,30,203); }

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

background-color css

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

 a { background-color: rgb(52,30,203); }

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

border-color css

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

 span { border-color: rgb(52,30,203); }

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