Html Css Color HEX #381ECE Persian Blue

📋 copy color: '#381ECE'

red 56 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #381ECE

Tints of Persian Blue #381ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 19.18%
G = 10.27%
B = 70.55%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381ECE (or 0x381ECE) is known color: Persian Blue. HEX triplet: 38, 1E and CE. RGB value is (56,30,206). Sum of RGB (Red+Green+Blue) = 56+30+206=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #381ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ECE is #C7E131. Grayscale: #393939. Windows color (decimal): -13099314 or 13508152. OLE color: 13508152.

HSL color Cylindrical-coordinate representation of color #381ECE: hue angle of 248.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381ECE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 30 206 -
CMYK 0.73 0.85 0 0.19
HSL 248.86º 0.75% 0.46% -
HSV(B) 248.86º 0.85% 0.81% -
XYZ 13.24 6.23 58.9 -
YUV 57.84 211.61 126.69 -
System Red Green Blue C M Y K H S L
Decimal 56 30 206 0.73 0.85 0 0.19 248.86 0.75 0.46
Hex 38 1E CE 49 55 0 13 F9 4B 2E
Octal 70 36 316 111 125 0 23 371 113 56
Binary 111000 11110 11001110 1001001 1010101 0 10011 11111001 1001011 101110

Color Harmonies of #381ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ECE

Black with #381ECE

Text Example


Text Example

White with #381ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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