Html Css Color HEX #341BCE Persian Blue

📋 copy color: '#341BCE'

red 52 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #341BCE

Tints of Persian Blue #341BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 18.25%
G = 9.47%
B = 72.28%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#341BCE (or 0x341BCE) is known color: Persian Blue. HEX triplet: 34, 1B and CE. RGB value is (52,27,206). Sum of RGB (Red+Green+Blue) = 52+27+206=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #341BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BCE is #CBE431. Grayscale: #363636. Windows color (decimal): -13362226 or 13507380. OLE color: 13507380.

HSL color Cylindrical-coordinate representation of color #341BCE: hue angle of 248.38º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341BCE is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 27 206 -
CMYK 0.75 0.87 0 0.19
HSL 248.38º 0.77% 0.46% -
HSV(B) 248.38º 0.87% 0.81% -
XYZ 12.95 5.97 58.86 -
YUV 54.88 213.28 125.95 -
System Red Green Blue C M Y K H S L
Decimal 52 27 206 0.75 0.87 0 0.19 248.38 0.77 0.46
Hex 34 1B CE 4B 57 0 13 F8 4D 2E
Octal 64 33 316 113 127 0 23 370 115 56
Binary 110100 11011 11001110 1001011 1010111 0 10011 11111000 1001101 101110

Color Harmonies of #341BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BCE

Black with #341BCE

Text Example


Text Example

White with #341BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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