Html Css Color HEX #343BC3 Persian Blue

📋 copy color: '#343BC3'

red 52 ◦ green 59 ◦ blue 195

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

Shades of Persian Blue #343BC3

Tints of Persian Blue #343BC3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 195 (76.56% from 255) = 63.73%

R = 16.99%
G = 19.28%
B = 63.73%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#343BC3 (or 0x343BC3) is known color: Persian Blue. HEX triplet: 34, 3B and C3. RGB value is (52,59,195). Sum of RGB (Red+Green+Blue) = 52+59+195=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 195 (76.56% from 255 or 63.73% from 306); Max value from RGB is 195 - color contains mainly: blue. Hex color #343BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BC3 is #CBC43C. Grayscale: #474747. Windows color (decimal): -13354045 or 12794676. OLE color: 12794676.

HSL color Cylindrical-coordinate representation of color #343BC3: hue angle of 237.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343BC3 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 59 195 -
CMYK 0.73 0.70 0 0.24
HSL 237.06º 0.58% 0.48% -
HSV(B) 237.06º 0.73% 0.76% -
XYZ 12.83 7.8 52.46 -
YUV 72.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 52 59 195 0.73 0.70 0 0.24 237.06 0.58 0.48
Hex 34 3B C3 49 46 0 18 ED 3A 30
Octal 64 73 303 111 106 0 30 355 72 60
Binary 110100 111011 11000011 1001001 1000110 0 11000 11101101 111010 110000

Color Harmonies of #343BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BC3

Black with #343BC3

Text Example


Text Example

White with #343BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343BC3; }

 p { color: rgb(52,59,195); }

 H1.HeaderClassName
 {
   color: #343BC3;
 }
 .AnyTagClassName
 {
   color: #343BC3;
 }
</style>

background-color css

<style>
 a { background-color: #343BC3; }

 a { background-color: rgb(52,59,195); }

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

border-color css

<style>
 span { border-color: #343BC3; }

 span { border-color: rgb(52,59,195); }

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