Html Css Color HEX #382ECE Persian Blue

📋 copy color: '#382ECE'

red 56 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #382ECE

Tints of Persian Blue #382ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

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

R = 18.18%
G = 14.94%
B = 66.88%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#382ECE (or 0x382ECE) is known color: Persian Blue. HEX triplet: 38, 2E and CE. RGB value is (56,46,206). Sum of RGB (Red+Green+Blue) = 56+46+206=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #382ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ECE is #C7D131. Grayscale: #424242. Windows color (decimal): -13095218 or 13512248. OLE color: 13512248.

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

Color convert

RGB 56 46 206 -
CMYK 0.73 0.78 0 0.19
HSL 243.75º 0.63% 0.49% -
HSV(B) 243.75º 0.78% 0.81% -
XYZ 13.75 7.25 59.07 -
YUV 67.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 56 46 206 0.73 0.78 0 0.19 243.75 0.63 0.49
Hex 38 2E CE 49 4E 0 13 F4 3F 31
Octal 70 56 316 111 116 0 23 364 77 61
Binary 111000 101110 11001110 1001001 1001110 0 10011 11110100 111111 110001

Color Harmonies of #382ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382ECE

Black with #382ECE

Text Example


Text Example

White with #382ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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