Html Css Color HEX #341CBC Persian Blue

📋 copy color: '#341CBC'

red 52 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #341CBC

Tints of Persian Blue #341CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 19.4%
G = 10.45%
B = 70.15%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#341CBC (or 0x341CBC) is known color: Persian Blue. HEX triplet: 34, 1C and BC. RGB value is (52,28,188). Sum of RGB (Red+Green+Blue) = 52+28+188=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #341CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CBC is #CBE343. Grayscale: #343434. Windows color (decimal): -13361988 or 12327988. OLE color: 12327988.

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

Color convert

RGB 52 28 188 -
CMYK 0.72 0.85 0 0.26
HSL 249º 0.74% 0.42% -
HSV(B) 249º 0.85% 0.74% -
XYZ 10.91 5.19 48 -
YUV 53.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 52 28 188 0.72 0.85 0 0.26 249 0.74 0.42
Hex 34 1C BC 48 55 0 1A F9 4A 2A
Octal 64 34 274 110 125 0 32 371 112 52
Binary 110100 11100 10111100 1001000 1010101 0 11010 11111001 1001010 101010

Color Harmonies of #341CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CBC

Black with #341CBC

Text Example


Text Example

White with #341CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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