Html Css Color HEX #3824BF Persian Blue

📋 copy color: '#3824BF'

red 56 ◦ green 36 ◦ blue 191

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

Shades of Persian Blue #3824BF

Tints of Persian Blue #3824BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 19.79%
G = 12.72%
B = 67.49%

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

#3824BF (or 0x3824BF) is known color: Persian Blue. HEX triplet: 38, 24 and BF. RGB value is (56,36,191). Sum of RGB (Red+Green+Blue) = 56+36+191=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3824BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824BF is #C7DB40. Grayscale: #3B3B3B. Windows color (decimal): -13097793 or 12526648. OLE color: 12526648.

HSL color Cylindrical-coordinate representation of color #3824BF: hue angle of 247.74º 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 #3824BF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 36 191 -
CMYK 0.71 0.81 0 0.25
HSL 247.74º 0.68% 0.45% -
HSV(B) 247.74º 0.81% 0.75% -
XYZ 11.67 5.86 49.81 -
YUV 59.65 202.13 125.4 -
System Red Green Blue C M Y K H S L
Decimal 56 36 191 0.71 0.81 0 0.25 247.74 0.68 0.45
Hex 38 24 BF 47 51 0 19 F8 44 2D
Octal 70 44 277 107 121 0 31 370 104 55
Binary 111000 100100 10111111 1000111 1010001 0 11001 11111000 1000100 101101

Color Harmonies of #3824BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824BF

Black with #3824BF

Text Example


Text Example

White with #3824BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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