Html Css Color HEX #3824C0 Persian Blue

📋 copy color: '#3824C0'

red 56 ◦ green 36 ◦ blue 192

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

Shades of Persian Blue #3824C0

Tints of Persian Blue #3824C0

RGB

 RED value IS 56 (22.27% from 255) = 19.72%

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 192 (75.39% from 255) = 67.61%

R = 19.72%
G = 12.68%
B = 67.61%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3824C0 (or 0x3824C0) is known color: Persian Blue. HEX triplet: 38, 24 and C0. RGB value is (56,36,192). Sum of RGB (Red+Green+Blue) = 56+36+192=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #3824C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824C0 is #C7DB3F. Grayscale: #3B3B3B. Windows color (decimal): -13097792 or 12592184. OLE color: 12592184.

HSL color Cylindrical-coordinate representation of color #3824C0: hue angle of 247.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3824C0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 36 192 -
CMYK 0.71 0.81 0 0.25
HSL 247.69º 0.68% 0.45% -
HSV(B) 247.69º 0.81% 0.75% -
XYZ 11.78 5.91 50.39 -
YUV 59.76 202.63 125.32 -
System Red Green Blue C M Y K H S L
Decimal 56 36 192 0.71 0.81 0 0.25 247.69 0.68 0.45
Hex 38 24 C0 47 51 0 19 F8 44 2D
Octal 70 44 300 107 121 0 31 370 104 55
Binary 111000 100100 11000000 1000111 1010001 0 11001 11111000 1000100 101101

Color Harmonies of #3824C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824C0

Black with #3824C0

Text Example


Text Example

White with #3824C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3824C0; }

 p { color: rgb(56,36,192); }

 H1.HeaderClassName
 {
   color: #3824C0;
 }
 .AnyTagClassName
 {
   color: #3824C0;
 }
</style>

background-color css

<style>
 a { background-color: #3824C0; }

 a { background-color: rgb(56,36,192); }

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

border-color css

<style>
 span { border-color: #3824C0; }

 span { border-color: rgb(56,36,192); }

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