Html Css Color HEX #3827CE Persian Blue

📋 copy color: '#3827CE'

red 56 ◦ green 39 ◦ blue 206

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

Shades of Persian Blue #3827CE

Tints of Persian Blue #3827CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 18.6%
G = 12.96%
B = 68.44%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3827CE (or 0x3827CE) is known color: Persian Blue. HEX triplet: 38, 27 and CE. RGB value is (56,39,206). Sum of RGB (Red+Green+Blue) = 56+39+206=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #3827CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827CE is #C7D831. Grayscale: #3E3E3E. Windows color (decimal): -13097010 or 13510456. OLE color: 13510456.

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

Color convert

RGB 56 39 206 -
CMYK 0.73 0.81 0 0.19
HSL 246.11º 0.68% 0.48% -
HSV(B) 246.11º 0.81% 0.81% -
XYZ 13.5 6.75 58.98 -
YUV 63.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 56 39 206 0.73 0.81 0 0.19 246.11 0.68 0.48
Hex 38 27 CE 49 51 0 13 F6 44 30
Octal 70 47 316 111 121 0 23 366 104 60
Binary 111000 100111 11001110 1001001 1010001 0 10011 11110110 1000100 110000

Color Harmonies of #3827CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827CE

Black with #3827CE

Text Example


Text Example

White with #3827CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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