Html Css Color HEX #343DC2 Persian Blue

📋 copy color: '#343DC2'

red 52 ◦ green 61 ◦ blue 194

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

Shades of Persian Blue #343DC2

Tints of Persian Blue #343DC2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

 BLUE value IS 194 (76.17% from 255) = 63.19%

R = 16.94%
G = 19.87%
B = 63.19%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#343DC2 (or 0x343DC2) is known color: Persian Blue. HEX triplet: 34, 3D and C2. RGB value is (52,61,194). Sum of RGB (Red+Green+Blue) = 52+61+194=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #343DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DC2 is #CBC23D. Grayscale: #484848. Windows color (decimal): -13353534 or 12729652. OLE color: 12729652.

HSL color Cylindrical-coordinate representation of color #343DC2: hue angle of 236.2º 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 #343DC2 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 61 194 -
CMYK 0.73 0.69 0 0.24
HSL 236.2º 0.58% 0.48% -
HSV(B) 236.2º 0.73% 0.76% -
XYZ 12.82 7.96 51.9 -
YUV 73.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 52 61 194 0.73 0.69 0 0.24 236.2 0.58 0.48
Hex 34 3D C2 49 45 0 18 EC 3A 30
Octal 64 75 302 111 105 0 30 354 72 60
Binary 110100 111101 11000010 1001001 1000101 0 11000 11101100 111010 110000

Color Harmonies of #343DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DC2

Black with #343DC2

Text Example


Text Example

White with #343DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,61,194); }

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

background-color css

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

 a { background-color: rgb(52,61,194); }

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

border-color css

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

 span { border-color: rgb(52,61,194); }

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