Html Css Color HEX #382ECF Persian Blue

📋 copy color: '#382ECF'

red 56 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #382ECF

Tints of Persian Blue #382ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 18.12%
G = 14.89%
B = 66.99%

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

#382ECF (or 0x382ECF) is known color: Persian Blue. HEX triplet: 38, 2E and CF. RGB value is (56,46,207). Sum of RGB (Red+Green+Blue) = 56+46+207=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #382ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ECF is #C7D130. Grayscale: #424242. Windows color (decimal): -13095217 or 13577784. OLE color: 13577784.

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

Color convert

RGB 56 46 207 -
CMYK 0.73 0.78 0 0.19
HSL 243.73º 0.64% 0.5% -
HSV(B) 243.73º 0.78% 0.81% -
XYZ 13.87 7.3 59.71 -
YUV 67.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 56 46 207 0.73 0.78 0 0.19 243.73 0.64 0.5
Hex 38 2E CF 49 4E 0 13 F4 40 32
Octal 70 56 317 111 116 0 23 364 100 62
Binary 111000 101110 11001111 1001001 1001110 0 10011 11110100 1000000 110010

Color Harmonies of #382ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382ECF

Black with #382ECF

Text Example


Text Example

White with #382ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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