Html Css Color HEX #343CBC Persian Blue

📋 copy color: '#343CBC'

red 52 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #343CBC

Tints of Persian Blue #343CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 17.33%
G = 20%
B = 62.67%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#343CBC (or 0x343CBC) is known color: Persian Blue. HEX triplet: 34, 3C and BC. RGB value is (52,60,188). Sum of RGB (Red+Green+Blue) = 52+60+188=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #343CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CBC is #CBC343. Grayscale: #474747. Windows color (decimal): -13353796 or 12336180. OLE color: 12336180.

HSL color Cylindrical-coordinate representation of color #343CBC: hue angle of 236.47º 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 #343CBC is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 60 188 -
CMYK 0.72 0.68 0 0.26
HSL 236.47º 0.57% 0.47% -
HSV(B) 236.47º 0.72% 0.74% -
XYZ 12.11 7.59 48.4 -
YUV 72.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 52 60 188 0.72 0.68 0 0.26 236.47 0.57 0.47
Hex 34 3C BC 48 44 0 1A EC 39 2F
Octal 64 74 274 110 104 0 32 354 71 57
Binary 110100 111100 10111100 1001000 1000100 0 11010 11101100 111001 101111

Color Harmonies of #343CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CBC

Black with #343CBC

Text Example


Text Example

White with #343CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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