Html Css Color HEX #3629CE Persian Blue

📋 copy color: '#3629CE'

red 54 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #3629CE

Tints of Persian Blue #3629CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 17.94%
G = 13.62%
B = 68.44%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3629CE (or 0x3629CE) is known color: Persian Blue. HEX triplet: 36, 29 and CE. RGB value is (54,41,206). Sum of RGB (Red+Green+Blue) = 54+41+206=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #3629CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629CE is #C9D631. Grayscale: #3F3F3F. Windows color (decimal): -13227570 or 13510966. OLE color: 13510966.

HSL color Cylindrical-coordinate representation of color #3629CE: hue angle of 244.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3629CE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 41 206 -
CMYK 0.74 0.80 0 0.19
HSL 244.73º 0.67% 0.48% -
HSV(B) 244.73º 0.8% 0.81% -
XYZ 13.45 6.83 59 -
YUV 63.7 208.31 121.08 -
System Red Green Blue C M Y K H S L
Decimal 54 41 206 0.74 0.80 0 0.19 244.73 0.67 0.48
Hex 36 29 CE 4A 50 0 13 F5 43 30
Octal 66 51 316 112 120 0 23 365 103 60
Binary 110110 101001 11001110 1001010 1010000 0 10011 11110101 1000011 110000

Color Harmonies of #3629CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3629CE

Black with #3629CE

Text Example


Text Example

White with #3629CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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