Html Css Color HEX #343DBE Persian Blue

📋 copy color: '#343DBE'

red 52 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #343DBE

Tints of Persian Blue #343DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 17.16%
G = 20.13%
B = 62.71%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#343DBE (or 0x343DBE) is known color: Persian Blue. HEX triplet: 34, 3D and BE. RGB value is (52,61,190). Sum of RGB (Red+Green+Blue) = 52+61+190=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #343DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBE is #CBC241. Grayscale: #484848. Windows color (decimal): -13353538 or 12467508. OLE color: 12467508.

HSL color Cylindrical-coordinate representation of color #343DBE: hue angle of 236.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343DBE is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 61 190 -
CMYK 0.73 0.68 0 0.25
HSL 236.09º 0.57% 0.47% -
HSV(B) 236.09º 0.73% 0.75% -
XYZ 12.38 7.79 49.57 -
YUV 73.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 52 61 190 0.73 0.68 0 0.25 236.09 0.57 0.47
Hex 34 3D BE 49 44 0 19 EC 39 2F
Octal 64 75 276 111 104 0 31 354 71 57
Binary 110100 111101 10111110 1001001 1000100 0 11001 11101100 111001 101111

Color Harmonies of #343DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DBE

Black with #343DBE

Text Example


Text Example

White with #343DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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