Html Css Color HEX #341FCB Persian Blue

📋 copy color: '#341FCB'

red 52 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #341FCB

Tints of Persian Blue #341FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

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

R = 18.18%
G = 10.84%
B = 70.98%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#341FCB (or 0x341FCB) is known color: Persian Blue. HEX triplet: 34, 1F and CB. RGB value is (52,31,203). Sum of RGB (Red+Green+Blue) = 52+31+203=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #341FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FCB is #CBE034. Grayscale: #383838. Windows color (decimal): -13361205 or 13311796. OLE color: 13311796.

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

Color convert

RGB 52 31 203 -
CMYK 0.74 0.85 0 0.20
HSL 247.33º 0.74% 0.46% -
HSV(B) 247.33º 0.85% 0.8% -
XYZ 12.69 6.02 56.99 -
YUV 56.89 210.46 124.51 -
System Red Green Blue C M Y K H S L
Decimal 52 31 203 0.74 0.85 0 0.20 247.33 0.74 0.46
Hex 34 1F CB 4A 55 0 14 F7 4A 2E
Octal 64 37 313 112 125 0 24 367 112 56
Binary 110100 11111 11001011 1001010 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #341FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FCB

Black with #341FCB

Text Example


Text Example

White with #341FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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