Html Css Color HEX #343ABB Persian Blue

📋 copy color: '#343ABB'

red 52 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #343ABB

Tints of Persian Blue #343ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 17.51%
G = 19.53%
B = 62.96%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343ABB (or 0x343ABB) is known color: Persian Blue. HEX triplet: 34, 3A and BB. RGB value is (52,58,187). Sum of RGB (Red+Green+Blue) = 52+58+187=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #343ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ABB is #CBC544. Grayscale: #464646. Windows color (decimal): -13354309 or 12270132. OLE color: 12270132.

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

Color convert

RGB 52 58 187 -
CMYK 0.72 0.69 0 0.27
HSL 237.33º 0.56% 0.47% -
HSV(B) 237.33º 0.72% 0.73% -
XYZ 11.9 7.34 47.8 -
YUV 70.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 52 58 187 0.72 0.69 0 0.27 237.33 0.56 0.47
Hex 34 3A BB 48 45 0 1B ED 38 2F
Octal 64 72 273 110 105 0 33 355 70 57
Binary 110100 111010 10111011 1001000 1000101 0 11011 11101101 111000 101111

Color Harmonies of #343ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343ABB

Black with #343ABB

Text Example


Text Example

White with #343ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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