Html Css Color HEX #3630AC Persian Blue

📋 copy color: '#3630AC'

red 54 ◦ green 48 ◦ blue 172

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

Shades of Persian Blue #3630AC

Tints of Persian Blue #3630AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 19.71%
G = 17.52%
B = 62.77%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3630AC (or 0x3630AC) is known color: Persian Blue. HEX triplet: 36, 30 and AC. RGB value is (54,48,172). Sum of RGB (Red+Green+Blue) = 54+48+172=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #3630AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3630AC is #C9CF53. Grayscale: #3F3F3F. Windows color (decimal): -13225812 or 11284534. OLE color: 11284534.

HSL color Cylindrical-coordinate representation of color #3630AC: hue angle of 242.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3630AC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 48 172 -
CMYK 0.69 0.72 0 0.33
HSL 242.9º 0.56% 0.43% -
HSV(B) 242.9º 0.72% 0.67% -
XYZ 10.02 5.88 39.64 -
YUV 63.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 54 48 172 0.69 0.72 0 0.33 242.9 0.56 0.43
Hex 36 30 AC 45 48 0 21 F3 38 2B
Octal 66 60 254 105 110 0 41 363 70 53
Binary 110110 110000 10101100 1000101 1001000 0 100001 11110011 111000 101011

Color Harmonies of #3630AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3630AC

Black with #3630AC

Text Example


Text Example

White with #3630AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3630AC; }

 p { color: rgb(54,48,172); }

 H1.HeaderClassName
 {
   color: #3630AC;
 }
 .AnyTagClassName
 {
   color: #3630AC;
 }
</style>

background-color css

<style>
 a { background-color: #3630AC; }

 a { background-color: rgb(54,48,172); }

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

border-color css

<style>
 span { border-color: #3630AC; }

 span { border-color: rgb(54,48,172); }

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