Html Css Color HEX #343DBB Persian Blue

📋 copy color: '#343DBB'

red 52 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #343DBB

Tints of Persian Blue #343DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 17.33%
G = 20.33%
B = 62.33%

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

#343DBB (or 0x343DBB) is known color: Persian Blue. HEX triplet: 34, 3D and BB. RGB value is (52,61,187). Sum of RGB (Red+Green+Blue) = 52+61+187=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #343DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBB is #CBC244. Grayscale: #484848. Windows color (decimal): -13353541 or 12270900. OLE color: 12270900.

HSL color Cylindrical-coordinate representation of color #343DBB: hue angle of 236º 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 #343DBB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 61 187 -
CMYK 0.72 0.67 0 0.27
HSL 236º 0.56% 0.47% -
HSV(B) 236º 0.72% 0.73% -
XYZ 12.05 7.66 47.86 -
YUV 72.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 52 61 187 0.72 0.67 0 0.27 236 0.56 0.47
Hex 34 3D BB 48 43 0 1B EC 38 2F
Octal 64 75 273 110 103 0 33 354 70 57
Binary 110100 111101 10111011 1001000 1000011 0 11011 11101100 111000 101111

Color Harmonies of #343DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DBB

Black with #343DBB

Text Example


Text Example

White with #343DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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