Html Css Color HEX #3831CC Persian Blue

📋 copy color: '#3831CC'

red 56 ◦ green 49 ◦ blue 204

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

Shades of Persian Blue #3831CC

Tints of Persian Blue #3831CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 18.12%
G = 15.86%
B = 66.02%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3831CC (or 0x3831CC) is known color: Persian Blue. HEX triplet: 38, 31 and CC. RGB value is (56,49,204). Sum of RGB (Red+Green+Blue) = 56+49+204=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #3831CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831CC is #C7CE33. Grayscale: #444444. Windows color (decimal): -13094452 or 13381944. OLE color: 13381944.

HSL color Cylindrical-coordinate representation of color #3831CC: hue angle of 242.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3831CC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 49 204 -
CMYK 0.73 0.76 0 0.2
HSL 242.71º 0.61% 0.5% -
HSV(B) 242.71º 0.76% 0.8% -
XYZ 13.63 7.4 57.84 -
YUV 68.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 56 49 204 0.73 0.76 0 0.2 242.71 0.61 0.5
Hex 38 31 CC 49 4C 0 14 F3 3D 32
Octal 70 61 314 111 114 0 24 363 75 62
Binary 111000 110001 11001100 1001001 1001100 0 10100 11110011 111101 110010

Color Harmonies of #3831CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831CC

Black with #3831CC

Text Example


Text Example

White with #3831CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831CC; }

 p { color: rgb(56,49,204); }

 H1.HeaderClassName
 {
   color: #3831CC;
 }
 .AnyTagClassName
 {
   color: #3831CC;
 }
</style>

background-color css

<style>
 a { background-color: #3831CC; }

 a { background-color: rgb(56,49,204); }

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

border-color css

<style>
 span { border-color: #3831CC; }

 span { border-color: rgb(56,49,204); }

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