Html Css Color HEX #343AC8 Persian Blue

📋 copy color: '#343AC8'

red 52 ◦ green 58 ◦ blue 200

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

Shades of Persian Blue #343AC8

Tints of Persian Blue #343AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.52%

R = 16.77%
G = 18.71%
B = 64.52%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#343AC8 (or 0x343AC8) is known color: Persian Blue. HEX triplet: 34, 3A and C8. RGB value is (52,58,200). Sum of RGB (Red+Green+Blue) = 52+58+200=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #343AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AC8 is #CBC537. Grayscale: #474747. Windows color (decimal): -13354296 or 13122100. OLE color: 13122100.

HSL color Cylindrical-coordinate representation of color #343AC8: hue angle of 237.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343AC8 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 58 200 -
CMYK 0.74 0.71 0 0.22
HSL 237.57º 0.59% 0.49% -
HSV(B) 237.57º 0.74% 0.78% -
XYZ 13.35 7.93 55.47 -
YUV 72.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 52 58 200 0.74 0.71 0 0.22 237.57 0.59 0.49
Hex 34 3A C8 4A 47 0 16 EE 3B 31
Octal 64 72 310 112 107 0 26 356 73 61
Binary 110100 111010 11001000 1001010 1000111 0 10110 11101110 111011 110001

Color Harmonies of #343AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AC8

Black with #343AC8

Text Example


Text Example

White with #343AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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