Html Css Color HEX #343AB0 Persian Blue

📋 copy color: '#343AB0'

red 52 ◦ green 58 ◦ blue 176

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

Shades of Persian Blue #343AB0

Tints of Persian Blue #343AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.54%

R = 18.18%
G = 20.28%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#343AB0 (or 0x343AB0) is known color: Persian Blue. HEX triplet: 34, 3A and B0. RGB value is (52,58,176). Sum of RGB (Red+Green+Blue) = 52+58+176=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #343AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AB0 is #CBC54F. Grayscale: #454545. Windows color (decimal): -13354320 or 11549236. OLE color: 11549236.

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

Color convert

RGB 52 58 176 -
CMYK 0.70 0.67 0 0.31
HSL 237.1º 0.54% 0.45% -
HSV(B) 237.1º 0.7% 0.69% -
XYZ 10.77 6.89 41.84 -
YUV 69.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 52 58 176 0.70 0.67 0 0.31 237.1 0.54 0.45
Hex 34 3A B0 46 43 0 1F ED 36 2D
Octal 64 72 260 106 103 0 37 355 66 55
Binary 110100 111010 10110000 1000110 1000011 0 11111 11101101 110110 101101

Color Harmonies of #343AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343AB0

Black with #343AB0

Text Example


Text Example

White with #343AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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