Html Css Color HEX #343FBE Persian Blue

📋 copy color: '#343FBE'

red 52 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #343FBE

Tints of Persian Blue #343FBE

RGB

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

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

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

R = 17.05%
G = 20.66%
B = 62.3%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#343FBE (or 0x343FBE) is known color: Persian Blue. HEX triplet: 34, 3F and BE. RGB value is (52,63,190). Sum of RGB (Red+Green+Blue) = 52+63+190=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #343FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FBE is #CBC041. Grayscale: #494949. Windows color (decimal): -13353026 or 12468020. OLE color: 12468020.

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

Color convert

RGB 52 63 190 -
CMYK 0.73 0.67 0 0.25
HSL 235.22º 0.57% 0.47% -
HSV(B) 235.22º 0.73% 0.75% -
XYZ 12.49 8 49.6 -
YUV 74.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 52 63 190 0.73 0.67 0 0.25 235.22 0.57 0.47
Hex 34 3F BE 49 43 0 19 EB 39 2F
Octal 64 77 276 111 103 0 31 353 71 57
Binary 110100 111111 10111110 1001001 1000011 0 11001 11101011 111001 101111

Color Harmonies of #343FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FBE

Black with #343FBE

Text Example


Text Example

White with #343FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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