Html Css Color HEX #3821CE Persian Blue

📋 copy color: '#3821CE'

red 56 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #3821CE

Tints of Persian Blue #3821CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 18.98%
G = 11.19%
B = 69.83%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3821CE (or 0x3821CE) is known color: Persian Blue. HEX triplet: 38, 21 and CE. RGB value is (56,33,206). Sum of RGB (Red+Green+Blue) = 56+33+206=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #3821CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821CE is #C7DE31. Grayscale: #3A3A3A. Windows color (decimal): -13098546 or 13508920. OLE color: 13508920.

HSL color Cylindrical-coordinate representation of color #3821CE: hue angle of 247.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3821CE is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 33 206 -
CMYK 0.73 0.84 0 0.19
HSL 247.98º 0.72% 0.47% -
HSV(B) 247.98º 0.84% 0.81% -
XYZ 13.32 6.38 58.92 -
YUV 59.6 210.62 125.43 -
System Red Green Blue C M Y K H S L
Decimal 56 33 206 0.73 0.84 0 0.19 247.98 0.72 0.47
Hex 38 21 CE 49 54 0 13 F8 48 2F
Octal 70 41 316 111 124 0 23 370 110 57
Binary 111000 100001 11001110 1001001 1010100 0 10011 11111000 1001000 101111

Color Harmonies of #3821CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3821CE

Black with #3821CE

Text Example


Text Example

White with #3821CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3821CE; }

 p { color: rgb(56,33,206); }

 H1.HeaderClassName
 {
   color: #3821CE;
 }
 .AnyTagClassName
 {
   color: #3821CE;
 }
</style>

background-color css

<style>
 a { background-color: #3821CE; }

 a { background-color: rgb(56,33,206); }

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

border-color css

<style>
 span { border-color: #3821CE; }

 span { border-color: rgb(56,33,206); }

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