Html Css Color HEX #3630AB Persian Blue

📋 copy color: '#3630AB'

red 54 ◦ green 48 ◦ blue 171

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

Shades of Persian Blue #3630AB

Tints of Persian Blue #3630AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 19.78%
G = 17.58%
B = 62.64%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3630AB (or 0x3630AB) is known color: Persian Blue. HEX triplet: 36, 30 and AB. RGB value is (54,48,171). Sum of RGB (Red+Green+Blue) = 54+48+171=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #3630AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3630AB is #C9CF54. Grayscale: #3F3F3F. Windows color (decimal): -13225813 or 11218998. OLE color: 11218998.

HSL color Cylindrical-coordinate representation of color #3630AB: hue angle of 242.93º 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 #3630AB is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 48 171 -
CMYK 0.68 0.72 0 0.33
HSL 242.93º 0.56% 0.43% -
HSV(B) 242.93º 0.72% 0.67% -
XYZ 9.93 5.84 39.13 -
YUV 63.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 54 48 171 0.68 0.72 0 0.33 242.93 0.56 0.43
Hex 36 30 AB 44 48 0 21 F3 38 2B
Octal 66 60 253 104 110 0 41 363 70 53
Binary 110110 110000 10101011 1000100 1001000 0 100001 11110011 111000 101011

Color Harmonies of #3630AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3630AB

Black with #3630AB

Text Example


Text Example

White with #3630AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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