Html Css Color HEX #3625CB Persian Blue

📋 copy color: '#3625CB'

red 54 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #3625CB

Tints of Persian Blue #3625CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.05%

R = 18.37%
G = 12.59%
B = 69.05%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3625CB (or 0x3625CB) is known color: Persian Blue. HEX triplet: 36, 25 and CB. RGB value is (54,37,203). Sum of RGB (Red+Green+Blue) = 54+37+203=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #3625CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625CB is #C9DA34. Grayscale: #3C3C3C. Windows color (decimal): -13228597 or 13313334. OLE color: 13313334.

HSL color Cylindrical-coordinate representation of color #3625CB: hue angle of 246.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3625CB is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 37 203 -
CMYK 0.73 0.82 0 0.20
HSL 246.14º 0.69% 0.47% -
HSV(B) 246.14º 0.82% 0.8% -
XYZ 12.96 6.42 57.06 -
YUV 61.01 208.13 123 -
System Red Green Blue C M Y K H S L
Decimal 54 37 203 0.73 0.82 0 0.20 246.14 0.69 0.47
Hex 36 25 CB 49 52 0 14 F6 45 2F
Octal 66 45 313 111 122 0 24 366 105 57
Binary 110110 100101 11001011 1001001 1010010 0 10100 11110110 1000101 101111

Color Harmonies of #3625CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625CB

Black with #3625CB

Text Example


Text Example

White with #3625CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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