Html Css Color HEX #343FBC Persian Blue

📋 copy color: '#343FBC'

red 52 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #343FBC

Tints of Persian Blue #343FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 17.16%
G = 20.79%
B = 62.05%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#343FBC (or 0x343FBC) is known color: Persian Blue. HEX triplet: 34, 3F and BC. RGB value is (52,63,188). Sum of RGB (Red+Green+Blue) = 52+63+188=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #343FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FBC is #CBC043. Grayscale: #494949. Windows color (decimal): -13353028 or 12336948. OLE color: 12336948.

HSL color Cylindrical-coordinate representation of color #343FBC: hue angle of 235.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343FBC is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 63 188 -
CMYK 0.72 0.66 0 0.26
HSL 235.15º 0.57% 0.47% -
HSV(B) 235.15º 0.72% 0.74% -
XYZ 12.27 7.92 48.46 -
YUV 73.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 52 63 188 0.72 0.66 0 0.26 235.15 0.57 0.47
Hex 34 3F BC 48 42 0 1A EB 39 2F
Octal 64 77 274 110 102 0 32 353 71 57
Binary 110100 111111 10111100 1001000 1000010 0 11010 11101011 111001 101111

Color Harmonies of #343FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FBC

Black with #343FBC

Text Example


Text Example

White with #343FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,188); }

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

background-color css

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

 a { background-color: rgb(52,63,188); }

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

border-color css

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

 span { border-color: rgb(52,63,188); }

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