Html Css Color HEX #3625BD Persian Blue

📋 copy color: '#3625BD'

red 54 ◦ green 37 ◦ blue 189

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

Shades of Persian Blue #3625BD

Tints of Persian Blue #3625BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 19.29%
G = 13.21%
B = 67.5%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3625BD (or 0x3625BD) is known color: Persian Blue. HEX triplet: 36, 25 and BD. RGB value is (54,37,189). Sum of RGB (Red+Green+Blue) = 54+37+189=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #3625BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625BD is #C9DA42. Grayscale: #3A3A3A. Windows color (decimal): -13228611 or 12395830. OLE color: 12395830.

HSL color Cylindrical-coordinate representation of color #3625BD: hue angle of 246.71º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3625BD is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 37 189 -
CMYK 0.71 0.80 0 0.26
HSL 246.71º 0.67% 0.44% -
HSV(B) 246.71º 0.8% 0.74% -
XYZ 11.37 5.78 48.66 -
YUV 59.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 54 37 189 0.71 0.80 0 0.26 246.71 0.67 0.44
Hex 36 25 BD 47 50 0 1A F7 43 2C
Octal 66 45 275 107 120 0 32 367 103 54
Binary 110110 100101 10111101 1000111 1010000 0 11010 11110111 1000011 101100

Color Harmonies of #3625BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625BD

Black with #3625BD

Text Example


Text Example

White with #3625BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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