Html Css Color HEX #343FC2 Persian Blue

📋 copy color: '#343FC2'

red 52 ◦ green 63 ◦ blue 194

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

Shades of Persian Blue #343FC2

Tints of Persian Blue #343FC2

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

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

R = 16.83%
G = 20.39%
B = 62.78%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#343FC2 (or 0x343FC2) is known color: Persian Blue. HEX triplet: 34, 3F and C2. RGB value is (52,63,194). Sum of RGB (Red+Green+Blue) = 52+63+194=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #343FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FC2 is #CBC03D. Grayscale: #4A4A4A. Windows color (decimal): -13353022 or 12730164. OLE color: 12730164.

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

Color convert

RGB 52 63 194 -
CMYK 0.73 0.68 0 0.24
HSL 235.35º 0.58% 0.48% -
HSV(B) 235.35º 0.73% 0.76% -
XYZ 12.93 8.18 51.94 -
YUV 74.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 52 63 194 0.73 0.68 0 0.24 235.35 0.58 0.48
Hex 34 3F C2 49 44 0 18 EB 3A 30
Octal 64 77 302 111 104 0 30 353 72 60
Binary 110100 111111 11000010 1001001 1000100 0 11000 11101011 111010 110000

Color Harmonies of #343FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FC2

Black with #343FC2

Text Example


Text Example

White with #343FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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