Html Css Color HEX #343AAC Persian Blue

📋 copy color: '#343AAC'

red 52 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #343AAC

Tints of Persian Blue #343AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 18.44%
G = 20.57%
B = 60.99%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#343AAC (or 0x343AAC) is known color: Persian Blue. HEX triplet: 34, 3A and AC. RGB value is (52,58,172). Sum of RGB (Red+Green+Blue) = 52+58+172=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #343AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAC is #CBC553. Grayscale: #444444. Windows color (decimal): -13354324 or 11287092. OLE color: 11287092.

HSL color Cylindrical-coordinate representation of color #343AAC: hue angle of 237º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343AAC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 58 172 -
CMYK 0.70 0.66 0 0.33
HSL 237º 0.54% 0.44% -
HSV(B) 237º 0.7% 0.67% -
XYZ 10.38 6.73 39.78 -
YUV 69.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 52 58 172 0.70 0.66 0 0.33 237 0.54 0.44
Hex 34 3A AC 46 42 0 21 ED 36 2C
Octal 64 72 254 106 102 0 41 355 66 54
Binary 110100 111010 10101100 1000110 1000010 0 100001 11101101 110110 101100

Color Harmonies of #343AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AAC

Black with #343AAC

Text Example


Text Example

White with #343AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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