Html Css Color HEX #343FBA Persian Blue

📋 copy color: '#343FBA'

red 52 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #343FBA

Tints of Persian Blue #343FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 17.28%
G = 20.93%
B = 61.79%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#343FBA (or 0x343FBA) is known color: Persian Blue. HEX triplet: 34, 3F and BA. RGB value is (52,63,186). Sum of RGB (Red+Green+Blue) = 52+63+186=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #343FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FBA is #CBC045. Grayscale: #494949. Windows color (decimal): -13353030 or 12205876. OLE color: 12205876.

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

Color convert

RGB 52 63 186 -
CMYK 0.72 0.66 0 0.27
HSL 235.07º 0.56% 0.47% -
HSV(B) 235.07º 0.72% 0.73% -
XYZ 12.06 7.83 47.33 -
YUV 73.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 52 63 186 0.72 0.66 0 0.27 235.07 0.56 0.47
Hex 34 3F BA 48 42 0 1B EB 38 2F
Octal 64 77 272 110 102 0 33 353 70 57
Binary 110100 111111 10111010 1001000 1000010 0 11011 11101011 111000 101111

Color Harmonies of #343FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FBA

Black with #343FBA

Text Example


Text Example

White with #343FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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