Html Css Color HEX #343ABC Persian Blue

📋 copy color: '#343ABC'

red 52 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #343ABC

Tints of Persian Blue #343ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 17.45%
G = 19.46%
B = 63.09%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#343ABC (or 0x343ABC) is known color: Persian Blue. HEX triplet: 34, 3A and BC. RGB value is (52,58,188). Sum of RGB (Red+Green+Blue) = 52+58+188=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #343ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ABC is #CBC543. Grayscale: #464646. Windows color (decimal): -13354308 or 12335668. OLE color: 12335668.

HSL color Cylindrical-coordinate representation of color #343ABC: hue angle of 237.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343ABC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 58 188 -
CMYK 0.72 0.69 0 0.26
HSL 237.35º 0.57% 0.47% -
HSV(B) 237.35º 0.72% 0.74% -
XYZ 12.01 7.39 48.37 -
YUV 71.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 52 58 188 0.72 0.69 0 0.26 237.35 0.57 0.47
Hex 34 3A BC 48 45 0 1A ED 39 2F
Octal 64 72 274 110 105 0 32 355 71 57
Binary 110100 111010 10111100 1001000 1000101 0 11010 11101101 111001 101111

Color Harmonies of #343ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343ABC

Black with #343ABC

Text Example


Text Example

White with #343ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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