Html Css Color HEX #381DCB Persian Blue

📋 copy color: '#381DCB'

red 56 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #381DCB

Tints of Persian Blue #381DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 19.44%
G = 10.07%
B = 70.49%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381DCB (or 0x381DCB) is known color: Persian Blue. HEX triplet: 38, 1D and CB. RGB value is (56,29,203). Sum of RGB (Red+Green+Blue) = 56+29+203=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #381DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DCB is #C7E234. Grayscale: #383838. Windows color (decimal): -13099573 or 13311288. OLE color: 13311288.

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

Color convert

RGB 56 29 203 -
CMYK 0.72 0.86 0 0.20
HSL 249.31º 0.75% 0.45% -
HSV(B) 249.31º 0.86% 0.8% -
XYZ 12.85 6.03 56.99 -
YUV 56.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 56 29 203 0.72 0.86 0 0.20 249.31 0.75 0.45
Hex 38 1D CB 48 56 0 14 F9 4B 2D
Octal 70 35 313 110 126 0 24 371 113 55
Binary 111000 11101 11001011 1001000 1010110 0 10100 11111001 1001011 101101

Color Harmonies of #381DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DCB

Black with #381DCB

Text Example


Text Example

White with #381DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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