Html Css Color HEX #3625BB Persian Blue

📋 copy color: '#3625BB'

red 54 ◦ green 37 ◦ blue 187

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

Shades of Persian Blue #3625BB

Tints of Persian Blue #3625BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.27%

R = 19.42%
G = 13.31%
B = 67.27%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3625BB (or 0x3625BB) is known color: Persian Blue. HEX triplet: 36, 25 and BB. RGB value is (54,37,187). Sum of RGB (Red+Green+Blue) = 54+37+187=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #3625BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625BB is #C9DA44. Grayscale: #3A3A3A. Windows color (decimal): -13228613 or 12264758. OLE color: 12264758.

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

Color convert

RGB 54 37 187 -
CMYK 0.71 0.80 0 0.27
HSL 246.8º 0.67% 0.44% -
HSV(B) 246.8º 0.8% 0.73% -
XYZ 11.15 5.7 47.53 -
YUV 59.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 54 37 187 0.71 0.80 0 0.27 246.8 0.67 0.44
Hex 36 25 BB 47 50 0 1B F7 43 2C
Octal 66 45 273 107 120 0 33 367 103 54
Binary 110110 100101 10111011 1000111 1010000 0 11011 11110111 1000011 101100

Color Harmonies of #3625BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625BB

Black with #3625BB

Text Example


Text Example

White with #3625BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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