Html Css Color HEX #3824CF Persian Blue

📋 copy color: '#3824CF'

red 56 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #3824CF

Tints of Persian Blue #3824CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 18.73%
G = 12.04%
B = 69.23%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3824CF (or 0x3824CF) is known color: Persian Blue. HEX triplet: 38, 24 and CF. RGB value is (56,36,207). Sum of RGB (Red+Green+Blue) = 56+36+207=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #3824CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824CF is #C7DB30. Grayscale: #3C3C3C. Windows color (decimal): -13097777 or 13575224. OLE color: 13575224.

HSL color Cylindrical-coordinate representation of color #3824CF: hue angle of 247.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3824CF is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 36 207 -
CMYK 0.73 0.83 0 0.19
HSL 247.02º 0.7% 0.48% -
HSV(B) 247.02º 0.83% 0.81% -
XYZ 13.52 6.61 59.59 -
YUV 61.47 210.13 124.1 -
System Red Green Blue C M Y K H S L
Decimal 56 36 207 0.73 0.83 0 0.19 247.02 0.7 0.48
Hex 38 24 CF 49 53 0 13 F7 46 30
Octal 70 44 317 111 123 0 23 367 106 60
Binary 111000 100100 11001111 1001001 1010011 0 10011 11110111 1000110 110000

Color Harmonies of #3824CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824CF

Black with #3824CF

Text Example


Text Example

White with #3824CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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