Html Css Color HEX #343CBB Persian Blue

📋 copy color: '#343CBB'

red 52 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #343CBB

Tints of Persian Blue #343CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 17.39%
G = 20.07%
B = 62.54%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343CBB (or 0x343CBB) is known color: Persian Blue. HEX triplet: 34, 3C and BB. RGB value is (52,60,187). Sum of RGB (Red+Green+Blue) = 52+60+187=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #343CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBB is #CBC344. Grayscale: #474747. Windows color (decimal): -13353797 or 12270644. OLE color: 12270644.

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

Color convert

RGB 52 60 187 -
CMYK 0.72 0.68 0 0.27
HSL 236.44º 0.56% 0.47% -
HSV(B) 236.44º 0.72% 0.73% -
XYZ 12 7.55 47.84 -
YUV 72.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 52 60 187 0.72 0.68 0 0.27 236.44 0.56 0.47
Hex 34 3C BB 48 44 0 1B EC 38 2F
Octal 64 74 273 110 104 0 33 354 70 57
Binary 110100 111100 10111011 1001000 1000100 0 11011 11101100 111000 101111

Color Harmonies of #343CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CBB

Black with #343CBB

Text Example


Text Example

White with #343CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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