Html Css Color HEX #3625CC Persian Blue

📋 copy color: '#3625CC'

red 54 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #3625CC

Tints of Persian Blue #3625CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.15%

R = 18.31%
G = 12.54%
B = 69.15%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3625CC (or 0x3625CC) is known color: Persian Blue. HEX triplet: 36, 25 and CC. RGB value is (54,37,204). Sum of RGB (Red+Green+Blue) = 54+37+204=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #3625CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625CC is #C9DA33. Grayscale: #3C3C3C. Windows color (decimal): -13228596 or 13378870. OLE color: 13378870.

HSL color Cylindrical-coordinate representation of color #3625CC: hue angle of 246.11º 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 #3625CC is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 37 204 -
CMYK 0.74 0.82 0 0.2
HSL 246.11º 0.69% 0.47% -
HSV(B) 246.11º 0.82% 0.8% -
XYZ 13.08 6.47 57.69 -
YUV 61.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 54 37 204 0.74 0.82 0 0.2 246.11 0.69 0.47
Hex 36 25 CC 4A 52 0 14 F6 45 2F
Octal 66 45 314 112 122 0 24 366 105 57
Binary 110110 100101 11001100 1001010 1010010 0 10100 11110110 1000101 101111

Color Harmonies of #3625CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625CC

Black with #3625CC

Text Example


Text Example

White with #3625CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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