Html Css Color HEX #3634CE Persian Blue

📋 copy color: '#3634CE'

red 54 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #3634CE

Tints of Persian Blue #3634CE

RGB

 RED value IS 54 (21.48% from 255) = 17.31%

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 17.31%
G = 16.67%
B = 66.03%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3634CE (or 0x3634CE) is known color: Persian Blue. HEX triplet: 36, 34 and CE. RGB value is (54,52,206). Sum of RGB (Red+Green+Blue) = 54+52+206=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3634CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3634CE is #C9CB31. Grayscale: #454545. Windows color (decimal): -13224754 or 13513782. OLE color: 13513782.

HSL color Cylindrical-coordinate representation of color #3634CE: hue angle of 240.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3634CE is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 52 206 -
CMYK 0.74 0.75 0 0.19
HSL 240.78º 0.61% 0.51% -
HSV(B) 240.78º 0.75% 0.81% -
XYZ 13.89 7.7 59.15 -
YUV 70.15 204.66 116.48 -
System Red Green Blue C M Y K H S L
Decimal 54 52 206 0.74 0.75 0 0.19 240.78 0.61 0.51
Hex 36 34 CE 4A 4B 0 13 F1 3D 33
Octal 66 64 316 112 113 0 23 361 75 63
Binary 110110 110100 11001110 1001010 1001011 0 10011 11110001 111101 110011

Color Harmonies of #3634CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3634CE

Black with #3634CE

Text Example


Text Example

White with #3634CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3634CE; }

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

 H1.HeaderClassName
 {
   color: #3634CE;
 }
 .AnyTagClassName
 {
   color: #3634CE;
 }
</style>

background-color css

<style>
 a { background-color: #3634CE; }

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

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

border-color css

<style>
 span { border-color: #3634CE; }

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

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