Html Css Color HEX #343DC3 Persian Blue

📋 copy color: '#343DC3'

red 52 ◦ green 61 ◦ blue 195

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

Shades of Persian Blue #343DC3

Tints of Persian Blue #343DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.31%

R = 16.88%
G = 19.81%
B = 63.31%

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

#343DC3 (or 0x343DC3) is known color: Persian Blue. HEX triplet: 34, 3D and C3. RGB value is (52,61,195). Sum of RGB (Red+Green+Blue) = 52+61+195=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #343DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DC3 is #CBC23C. Grayscale: #494949. Windows color (decimal): -13353533 or 12795188. OLE color: 12795188.

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

Color convert

RGB 52 61 195 -
CMYK 0.73 0.69 0 0.24
HSL 236.22º 0.58% 0.48% -
HSV(B) 236.22º 0.73% 0.76% -
XYZ 12.94 8.01 52.49 -
YUV 73.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 52 61 195 0.73 0.69 0 0.24 236.22 0.58 0.48
Hex 34 3D C3 49 45 0 18 EC 3A 30
Octal 64 75 303 111 105 0 30 354 72 60
Binary 110100 111101 11000011 1001001 1000101 0 11000 11101100 111010 110000

Color Harmonies of #343DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DC3

Black with #343DC3

Text Example


Text Example

White with #343DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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