Html Css Color HEX #341FCC Persian Blue

📋 copy color: '#341FCC'

red 52 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #341FCC

Tints of Persian Blue #341FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 18.12%
G = 10.8%
B = 71.08%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#341FCC (or 0x341FCC) is known color: Persian Blue. HEX triplet: 34, 1F and CC. RGB value is (52,31,204). Sum of RGB (Red+Green+Blue) = 52+31+204=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #341FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FCC is #CBE033. Grayscale: #383838. Windows color (decimal): -13361204 or 13377332. OLE color: 13377332.

HSL color Cylindrical-coordinate representation of color #341FCC: hue angle of 247.28º 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 #341FCC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 31 204 -
CMYK 0.75 0.85 0 0.2
HSL 247.28º 0.74% 0.46% -
HSV(B) 247.28º 0.85% 0.8% -
XYZ 12.81 6.07 57.62 -
YUV 57 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 52 31 204 0.75 0.85 0 0.2 247.28 0.74 0.46
Hex 34 1F CC 4B 55 0 14 F7 4A 2E
Octal 64 37 314 113 125 0 24 367 112 56
Binary 110100 11111 11001100 1001011 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #341FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FCC

Black with #341FCC

Text Example


Text Example

White with #341FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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