Html Css Color HEX #343DB6 Persian Blue

📋 copy color: '#343DB6'

red 52 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #343DB6

Tints of Persian Blue #343DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.69%

R = 17.63%
G = 20.68%
B = 61.69%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#343DB6 (or 0x343DB6) is known color: Persian Blue. HEX triplet: 34, 3D and B6. RGB value is (52,61,182). Sum of RGB (Red+Green+Blue) = 52+61+182=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 182 (71.48% from 255 or 61.69% from 295); Max value from RGB is 182 - color contains mainly: blue. Hex color #343DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DB6 is #CBC249. Grayscale: #474747. Windows color (decimal): -13353546 or 11943220. OLE color: 11943220.

HSL color Cylindrical-coordinate representation of color #343DB6: hue angle of 235.85º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343DB6 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 61 182 -
CMYK 0.71 0.66 0 0.29
HSL 235.85º 0.56% 0.46% -
HSV(B) 235.85º 0.71% 0.71% -
XYZ 11.53 7.44 45.09 -
YUV 72.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 52 61 182 0.71 0.66 0 0.29 235.85 0.56 0.46
Hex 34 3D B6 47 42 0 1D EC 38 2E
Octal 64 75 266 107 102 0 35 354 70 56
Binary 110100 111101 10110110 1000111 1000010 0 11101 11101100 111000 101110

Color Harmonies of #343DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DB6

Black with #343DB6

Text Example


Text Example

White with #343DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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