Html Css Color HEX #3625CE Persian Blue

📋 copy color: '#3625CE'

red 54 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #3625CE

Tints of Persian Blue #3625CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 18.18%
G = 12.46%
B = 69.36%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3625CE (or 0x3625CE) is known color: Persian Blue. HEX triplet: 36, 25 and CE. RGB value is (54,37,206). Sum of RGB (Red+Green+Blue) = 54+37+206=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #3625CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625CE is #C9DA31. Grayscale: #3C3C3C. Windows color (decimal): -13228594 or 13509942. OLE color: 13509942.

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

Color convert

RGB 54 37 206 -
CMYK 0.74 0.82 0 0.19
HSL 246.04º 0.7% 0.48% -
HSV(B) 246.04º 0.82% 0.81% -
XYZ 13.32 6.56 58.96 -
YUV 61.35 209.63 122.76 -
System Red Green Blue C M Y K H S L
Decimal 54 37 206 0.74 0.82 0 0.19 246.04 0.7 0.48
Hex 36 25 CE 4A 52 0 13 F6 46 30
Octal 66 45 316 112 122 0 23 366 106 60
Binary 110110 100101 11001110 1001010 1010010 0 10011 11110110 1000110 110000

Color Harmonies of #3625CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625CE

Black with #3625CE

Text Example


Text Example

White with #3625CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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