Html Css Color HEX #343DBA Persian Blue

📋 copy color: '#343DBA'

red 52 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #343DBA

Tints of Persian Blue #343DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 17.39%
G = 20.4%
B = 62.21%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343DBA (or 0x343DBA) is known color: Persian Blue. HEX triplet: 34, 3D and BA. RGB value is (52,61,186). Sum of RGB (Red+Green+Blue) = 52+61+186=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #343DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBA is #CBC245. Grayscale: #484848. Windows color (decimal): -13353542 or 12205364. OLE color: 12205364.

HSL color Cylindrical-coordinate representation of color #343DBA: hue angle of 235.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343DBA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 61 186 -
CMYK 0.72 0.67 0 0.27
HSL 235.97º 0.56% 0.47% -
HSV(B) 235.97º 0.72% 0.73% -
XYZ 11.95 7.61 47.29 -
YUV 72.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 52 61 186 0.72 0.67 0 0.27 235.97 0.56 0.47
Hex 34 3D BA 48 43 0 1B EC 38 2F
Octal 64 75 272 110 103 0 33 354 70 57
Binary 110100 111101 10111010 1001000 1000011 0 11011 11101100 111000 101111

Color Harmonies of #343DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DBA

Black with #343DBA

Text Example


Text Example

White with #343DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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