Html Css Color HEX #343CC2 Persian Blue

📋 copy color: '#343CC2'

red 52 ◦ green 60 ◦ blue 194

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

Shades of Persian Blue #343CC2

Tints of Persian Blue #343CC2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 16.99%
G = 19.61%
B = 63.4%

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

#343CC2 (or 0x343CC2) is known color: Persian Blue. HEX triplet: 34, 3C and C2. RGB value is (52,60,194). Sum of RGB (Red+Green+Blue) = 52+60+194=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #343CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CC2 is #CBC33D. Grayscale: #484848. Windows color (decimal): -13353790 or 12729396. OLE color: 12729396.

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

Color convert

RGB 52 60 194 -
CMYK 0.73 0.69 0 0.24
HSL 236.62º 0.58% 0.48% -
HSV(B) 236.62º 0.73% 0.76% -
XYZ 12.77 7.86 51.88 -
YUV 72.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 52 60 194 0.73 0.69 0 0.24 236.62 0.58 0.48
Hex 34 3C C2 49 45 0 18 ED 3A 30
Octal 64 74 302 111 105 0 30 355 72 60
Binary 110100 111100 11000010 1001001 1000101 0 11000 11101101 111010 110000

Color Harmonies of #343CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CC2

Black with #343CC2

Text Example


Text Example

White with #343CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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