Html Css Color HEX #381CCD Persian Blue

📋 copy color: '#381CCD'

red 56 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #381CCD

Tints of Persian Blue #381CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 19.38%
G = 9.69%
B = 70.93%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381CCD (or 0x381CCD) is known color: Persian Blue. HEX triplet: 38, 1C and CD. RGB value is (56,28,205). Sum of RGB (Red+Green+Blue) = 56+28+205=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #381CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CCD is #C7E332. Grayscale: #373737. Windows color (decimal): -13099827 or 13442104. OLE color: 13442104.

HSL color Cylindrical-coordinate representation of color #381CCD: hue angle of 249.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381CCD is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 28 205 -
CMYK 0.73 0.86 0 0.20
HSL 249.49º 0.76% 0.46% -
HSV(B) 249.49º 0.86% 0.8% -
XYZ 13.07 6.08 58.24 -
YUV 56.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 56 28 205 0.73 0.86 0 0.20 249.49 0.76 0.46
Hex 38 1C CD 49 56 0 14 F9 4C 2E
Octal 70 34 315 111 126 0 24 371 114 56
Binary 111000 11100 11001101 1001001 1010110 0 10100 11111001 1001100 101110

Color Harmonies of #381CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CCD

Black with #381CCD

Text Example


Text Example

White with #381CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381CCD; }

 p { color: rgb(56,28,205); }

 H1.HeaderClassName
 {
   color: #381CCD;
 }
 .AnyTagClassName
 {
   color: #381CCD;
 }
</style>

background-color css

<style>
 a { background-color: #381CCD; }

 a { background-color: rgb(56,28,205); }

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

border-color css

<style>
 span { border-color: #381CCD; }

 span { border-color: rgb(56,28,205); }

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