Html Css Color HEX #3628CF Persian Blue

📋 copy color: '#3628CF'

red 54 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #3628CF

Tints of Persian Blue #3628CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 17.94%
G = 13.29%
B = 68.77%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3628CF (or 0x3628CF) is known color: Persian Blue. HEX triplet: 36, 28 and CF. RGB value is (54,40,207). Sum of RGB (Red+Green+Blue) = 54+40+207=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #3628CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628CF is #C9D730. Grayscale: #3E3E3E. Windows color (decimal): -13227825 or 13576246. OLE color: 13576246.

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

Color convert

RGB 54 40 207 -
CMYK 0.74 0.81 0 0.19
HSL 245.03º 0.68% 0.48% -
HSV(B) 245.03º 0.81% 0.81% -
XYZ 13.54 6.81 59.63 -
YUV 63.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 54 40 207 0.74 0.81 0 0.19 245.03 0.68 0.48
Hex 36 28 CF 4A 51 0 13 F5 44 30
Octal 66 50 317 112 121 0 23 365 104 60
Binary 110110 101000 11001111 1001010 1010001 0 10011 11110101 1000100 110000

Color Harmonies of #3628CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3628CF

Black with #3628CF

Text Example


Text Example

White with #3628CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3628CF; }

 p { color: rgb(54,40,207); }

 H1.HeaderClassName
 {
   color: #3628CF;
 }
 .AnyTagClassName
 {
   color: #3628CF;
 }
</style>

background-color css

<style>
 a { background-color: #3628CF; }

 a { background-color: rgb(54,40,207); }

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

border-color css

<style>
 span { border-color: #3628CF; }

 span { border-color: rgb(54,40,207); }

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