Html Css Color HEX #381ECB Persian Blue

📋 copy color: '#381ECB'

red 56 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #381ECB

Tints of Persian Blue #381ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 19.38%
G = 10.38%
B = 70.24%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381ECB (or 0x381ECB) is known color: Persian Blue. HEX triplet: 38, 1E and CB. RGB value is (56,30,203). Sum of RGB (Red+Green+Blue) = 56+30+203=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #381ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ECB is #C7E134. Grayscale: #383838. Windows color (decimal): -13099317 or 13311544. OLE color: 13311544.

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

Color convert

RGB 56 30 203 -
CMYK 0.72 0.85 0 0.20
HSL 249.02º 0.74% 0.46% -
HSV(B) 249.02º 0.85% 0.8% -
XYZ 12.87 6.08 57 -
YUV 57.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 56 30 203 0.72 0.85 0 0.20 249.02 0.74 0.46
Hex 38 1E CB 48 55 0 14 F9 4A 2E
Octal 70 36 313 110 125 0 24 371 112 56
Binary 111000 11110 11001011 1001000 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #381ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ECB

Black with #381ECB

Text Example


Text Example

White with #381ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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