Html Css Color HEX #343BC9 Persian Blue

📋 copy color: '#343BC9'

red 52 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #343BC9

Tints of Persian Blue #343BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.42%

R = 16.67%
G = 18.91%
B = 64.42%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#343BC9 (or 0x343BC9) is known color: Persian Blue. HEX triplet: 34, 3B and C9. RGB value is (52,59,201). Sum of RGB (Red+Green+Blue) = 52+59+201=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #343BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BC9 is #CBC436. Grayscale: #484848. Windows color (decimal): -13354039 or 13187892. OLE color: 13187892.

HSL color Cylindrical-coordinate representation of color #343BC9: hue angle of 237.18º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343BC9 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 59 201 -
CMYK 0.74 0.71 0 0.21
HSL 237.18º 0.59% 0.5% -
HSV(B) 237.18º 0.74% 0.79% -
XYZ 13.52 8.08 56.1 -
YUV 73.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 52 59 201 0.74 0.71 0 0.21 237.18 0.59 0.5
Hex 34 3B C9 4A 47 0 15 ED 3B 32
Octal 64 73 311 112 107 0 25 355 73 62
Binary 110100 111011 11001001 1001010 1000111 0 10101 11101101 111011 110010

Color Harmonies of #343BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BC9

Black with #343BC9

Text Example


Text Example

White with #343BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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