Html Css Color HEX #341BC3 Persian Blue

📋 copy color: '#341BC3'

red 52 ◦ green 27 ◦ blue 195

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

Shades of Persian Blue #341BC3

Tints of Persian Blue #341BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.17%

R = 18.98%
G = 9.85%
B = 71.17%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#341BC3 (or 0x341BC3) is known color: Persian Blue. HEX triplet: 34, 1B and C3. RGB value is (52,27,195). Sum of RGB (Red+Green+Blue) = 52+27+195=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #341BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BC3 is #CBE43C. Grayscale: #343434. Windows color (decimal): -13362237 or 12786484. OLE color: 12786484.

HSL color Cylindrical-coordinate representation of color #341BC3: hue angle of 248.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341BC3 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 27 195 -
CMYK 0.73 0.86 0 0.24
HSL 248.93º 0.76% 0.44% -
HSV(B) 248.93º 0.86% 0.76% -
XYZ 11.66 5.45 52.07 -
YUV 53.63 207.78 126.84 -
System Red Green Blue C M Y K H S L
Decimal 52 27 195 0.73 0.86 0 0.24 248.93 0.76 0.44
Hex 34 1B C3 49 56 0 18 F9 4C 2C
Octal 64 33 303 111 126 0 30 371 114 54
Binary 110100 11011 11000011 1001001 1010110 0 11000 11111001 1001100 101100

Color Harmonies of #341BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BC3

Black with #341BC3

Text Example


Text Example

White with #341BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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