Html Css Color HEX #3436BC Persian Blue

📋 copy color: '#3436BC'

red 52 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #3436BC

Tints of Persian Blue #3436BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 17.69%
G = 18.37%
B = 63.95%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3436BC (or 0x3436BC) is known color: Persian Blue. HEX triplet: 34, 36 and BC. RGB value is (52,54,188). Sum of RGB (Red+Green+Blue) = 52+54+188=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3436BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436BC is #CBC943. Grayscale: #444444. Windows color (decimal): -13355332 or 12334644. OLE color: 12334644.

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

Color convert

RGB 52 54 188 -
CMYK 0.72 0.71 0 0.26
HSL 239.12º 0.57% 0.47% -
HSV(B) 239.12º 0.72% 0.74% -
XYZ 11.81 7 48.31 -
YUV 68.68 195.34 116.1 -
System Red Green Blue C M Y K H S L
Decimal 52 54 188 0.72 0.71 0 0.26 239.12 0.57 0.47
Hex 34 36 BC 48 47 0 1A EF 39 2F
Octal 64 66 274 110 107 0 32 357 71 57
Binary 110100 110110 10111100 1001000 1000111 0 11010 11101111 111001 101111

Color Harmonies of #3436BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3436BC

Black with #3436BC

Text Example


Text Example

White with #3436BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3436BC; }

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

 H1.HeaderClassName
 {
   color: #3436BC;
 }
 .AnyTagClassName
 {
   color: #3436BC;
 }
</style>

background-color css

<style>
 a { background-color: #3436BC; }

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

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

border-color css

<style>
 span { border-color: #3436BC; }

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

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