Html Css Color HEX #343BBE Persian Blue

📋 copy color: '#343BBE'

red 52 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #343BBE

Tints of Persian Blue #343BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 17.28%
G = 19.6%
B = 63.12%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#343BBE (or 0x343BBE) is known color: Persian Blue. HEX triplet: 34, 3B and BE. RGB value is (52,59,190). Sum of RGB (Red+Green+Blue) = 52+59+190=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #343BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BBE is #CBC441. Grayscale: #474747. Windows color (decimal): -13354050 or 12466996. OLE color: 12466996.

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

Color convert

RGB 52 59 190 -
CMYK 0.73 0.69 0 0.25
HSL 236.96º 0.57% 0.47% -
HSV(B) 236.96º 0.73% 0.75% -
XYZ 12.27 7.58 49.53 -
YUV 71.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 52 59 190 0.73 0.69 0 0.25 236.96 0.57 0.47
Hex 34 3B BE 49 45 0 19 ED 39 2F
Octal 64 73 276 111 105 0 31 355 71 57
Binary 110100 111011 10111110 1001001 1000101 0 11001 11101101 111001 101111

Color Harmonies of #343BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BBE

Black with #343BBE

Text Example


Text Example

White with #343BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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