Html Css Color HEX #3827CB Persian Blue

📋 copy color: '#3827CB'

red 56 ◦ green 39 ◦ blue 203

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

Shades of Persian Blue #3827CB

Tints of Persian Blue #3827CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 18.79%
G = 13.09%
B = 68.12%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3827CB (or 0x3827CB) is known color: Persian Blue. HEX triplet: 38, 27 and CB. RGB value is (56,39,203). Sum of RGB (Red+Green+Blue) = 56+39+203=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #3827CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827CB is #C7D834. Grayscale: #3E3E3E. Windows color (decimal): -13097013 or 13313848. OLE color: 13313848.

HSL color Cylindrical-coordinate representation of color #3827CB: hue angle of 246.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3827CB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 39 203 -
CMYK 0.72 0.81 0 0.20
HSL 246.22º 0.68% 0.47% -
HSV(B) 246.22º 0.81% 0.8% -
XYZ 13.14 6.6 57.08 -
YUV 62.78 207.13 123.16 -
System Red Green Blue C M Y K H S L
Decimal 56 39 203 0.72 0.81 0 0.20 246.22 0.68 0.47
Hex 38 27 CB 48 51 0 14 F6 44 2F
Octal 70 47 313 110 121 0 24 366 104 57
Binary 111000 100111 11001011 1001000 1010001 0 10100 11110110 1000100 101111

Color Harmonies of #3827CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827CB

Black with #3827CB

Text Example


Text Example

White with #3827CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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