Html Css Color HEX #343ACB Persian Blue

📋 copy color: '#343ACB'

red 52 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #343ACB

Tints of Persian Blue #343ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 16.61%
G = 18.53%
B = 64.86%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#343ACB (or 0x343ACB) is known color: Persian Blue. HEX triplet: 34, 3A and CB. RGB value is (52,58,203). Sum of RGB (Red+Green+Blue) = 52+58+203=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #343ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ACB is #CBC534. Grayscale: #484848. Windows color (decimal): -13354293 or 13318708. OLE color: 13318708.

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

Color convert

RGB 52 58 203 -
CMYK 0.74 0.71 0 0.20
HSL 237.62º 0.59% 0.5% -
HSV(B) 237.62º 0.74% 0.8% -
XYZ 13.71 8.07 57.33 -
YUV 72.74 201.51 113.21 -
System Red Green Blue C M Y K H S L
Decimal 52 58 203 0.74 0.71 0 0.20 237.62 0.59 0.5
Hex 34 3A CB 4A 47 0 14 EE 3B 32
Octal 64 72 313 112 107 0 24 356 73 62
Binary 110100 111010 11001011 1001010 1000111 0 10100 11101110 111011 110010

Color Harmonies of #343ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343ACB

Black with #343ACB

Text Example


Text Example

White with #343ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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