Html Css Color HEX #341CBB Persian Blue

📋 copy color: '#341CBB'

red 52 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #341CBB

Tints of Persian Blue #341CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.04%

R = 19.48%
G = 10.49%
B = 70.04%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#341CBB (or 0x341CBB) is known color: Persian Blue. HEX triplet: 34, 1C and BB. RGB value is (52,28,187). Sum of RGB (Red+Green+Blue) = 52+28+187=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #341CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CBB is #CBE344. Grayscale: #343434. Windows color (decimal): -13361989 or 12262452. OLE color: 12262452.

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

Color convert

RGB 52 28 187 -
CMYK 0.72 0.85 0 0.27
HSL 249.06º 0.74% 0.42% -
HSV(B) 249.06º 0.85% 0.73% -
XYZ 10.8 5.15 47.44 -
YUV 53.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 52 28 187 0.72 0.85 0 0.27 249.06 0.74 0.42
Hex 34 1C BB 48 55 0 1B F9 4A 2A
Octal 64 34 273 110 125 0 33 371 112 52
Binary 110100 11100 10111011 1001000 1010101 0 11011 11111001 1001010 101010

Color Harmonies of #341CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CBB

Black with #341CBB

Text Example


Text Example

White with #341CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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