Html Css Color HEX #343BCD Persian Blue

📋 copy color: '#343BCD'

red 52 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #343BCD

Tints of Persian Blue #343BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 16.46%
G = 18.67%
B = 64.87%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#343BCD (or 0x343BCD) is known color: Persian Blue. HEX triplet: 34, 3B and CD. RGB value is (52,59,205). Sum of RGB (Red+Green+Blue) = 52+59+205=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #343BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BCD is #CBC432. Grayscale: #484848. Windows color (decimal): -13354035 or 13450036. OLE color: 13450036.

HSL color Cylindrical-coordinate representation of color #343BCD: hue angle of 237.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343BCD is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 59 205 -
CMYK 0.75 0.71 0 0.20
HSL 237.25º 0.6% 0.5% -
HSV(B) 237.25º 0.75% 0.8% -
XYZ 14 8.27 58.62 -
YUV 73.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 52 59 205 0.75 0.71 0 0.20 237.25 0.6 0.5
Hex 34 3B CD 4B 47 0 14 ED 3C 32
Octal 64 73 315 113 107 0 24 355 74 62
Binary 110100 111011 11001101 1001011 1000111 0 10100 11101101 111100 110010

Color Harmonies of #343BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BCD

Black with #343BCD

Text Example


Text Example

White with #343BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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