Html Css Color HEX #341CCB Persian Blue

📋 copy color: '#341CCB'

red 52 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #341CCB

Tints of Persian Blue #341CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 18.37%
G = 9.89%
B = 71.73%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341CCB (or 0x341CCB) is known color: Persian Blue. HEX triplet: 34, 1C and CB. RGB value is (52,28,203). Sum of RGB (Red+Green+Blue) = 52+28+203=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #341CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCB is #CBE334. Grayscale: #363636. Windows color (decimal): -13361973 or 13311028. OLE color: 13311028.

HSL color Cylindrical-coordinate representation of color #341CCB: hue angle of 248.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341CCB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 28 203 -
CMYK 0.74 0.86 0 0.20
HSL 248.23º 0.76% 0.45% -
HSV(B) 248.23º 0.86% 0.8% -
XYZ 12.61 5.87 56.97 -
YUV 55.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 52 28 203 0.74 0.86 0 0.20 248.23 0.76 0.45
Hex 34 1C CB 4A 56 0 14 F8 4C 2D
Octal 64 34 313 112 126 0 24 370 114 55
Binary 110100 11100 11001011 1001010 1010110 0 10100 11111000 1001100 101101

Color Harmonies of #341CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CCB

Black with #341CCB

Text Example


Text Example

White with #341CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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