Html Css Color HEX #341BB3 Persian Blue

📋 copy color: '#341BB3'

red 52 ◦ green 27 ◦ blue 179

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

Shades of Persian Blue #341BB3

Tints of Persian Blue #341BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 20.16%
G = 10.47%
B = 69.38%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#341BB3 (or 0x341BB3) is known color: Persian Blue. HEX triplet: 34, 1B and B3. RGB value is (52,27,179). Sum of RGB (Red+Green+Blue) = 52+27+179=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #341BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BB3 is #CBE44C. Grayscale: #333333. Windows color (decimal): -13362253 or 11737908. OLE color: 11737908.

HSL color Cylindrical-coordinate representation of color #341BB3: hue angle of 249.87º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341BB3 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 27 179 -
CMYK 0.71 0.85 0 0.30
HSL 249.87º 0.74% 0.4% -
HSV(B) 249.87º 0.85% 0.7% -
XYZ 9.94 4.77 43.04 -
YUV 51.8 199.78 128.14 -
System Red Green Blue C M Y K H S L
Decimal 52 27 179 0.71 0.85 0 0.30 249.87 0.74 0.4
Hex 34 1B B3 47 55 0 1E FA 4A 28
Octal 64 33 263 107 125 0 36 372 112 50
Binary 110100 11011 10110011 1000111 1010101 0 11110 11111010 1001010 101000

Color Harmonies of #341BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BB3

Black with #341BB3

Text Example


Text Example

White with #341BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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