Html Css Color HEX #343CCA Persian Blue

📋 copy color: '#343CCA'

red 52 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #343CCA

Tints of Persian Blue #343CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 16.56%
G = 19.11%
B = 64.33%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#343CCA (or 0x343CCA) is known color: Persian Blue. HEX triplet: 34, 3C and CA. RGB value is (52,60,202). Sum of RGB (Red+Green+Blue) = 52+60+202=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #343CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CCA is #CBC335. Grayscale: #494949. Windows color (decimal): -13353782 or 13253684. OLE color: 13253684.

HSL color Cylindrical-coordinate representation of color #343CCA: hue angle of 236.8º 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 #343CCA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 60 202 -
CMYK 0.74 0.70 0 0.21
HSL 236.8º 0.59% 0.5% -
HSV(B) 236.8º 0.74% 0.79% -
XYZ 13.69 8.23 56.74 -
YUV 73.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 52 60 202 0.74 0.70 0 0.21 236.8 0.59 0.5
Hex 34 3C CA 4A 46 0 15 ED 3B 32
Octal 64 74 312 112 106 0 25 355 73 62
Binary 110100 111100 11001010 1001010 1000110 0 10101 11101101 111011 110010

Color Harmonies of #343CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CCA

Black with #343CCA

Text Example


Text Example

White with #343CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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