Html Css Color HEX #382DCE Persian Blue

📋 copy color: '#382DCE'

red 56 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #382DCE

Tints of Persian Blue #382DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 18.24%
G = 14.66%
B = 67.1%

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

#382DCE (or 0x382DCE) is known color: Persian Blue. HEX triplet: 38, 2D and CE. RGB value is (56,45,206). Sum of RGB (Red+Green+Blue) = 56+45+206=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #382DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DCE is #C7D231. Grayscale: #424242. Windows color (decimal): -13095474 or 13511992. OLE color: 13511992.

HSL color Cylindrical-coordinate representation of color #382DCE: hue angle of 244.1º degrees, saturation: 0.64, 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 #382DCE is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 45 206 -
CMYK 0.73 0.78 0 0.19
HSL 244.1º 0.64% 0.49% -
HSV(B) 244.1º 0.78% 0.81% -
XYZ 13.71 7.17 59.05 -
YUV 66.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 56 45 206 0.73 0.78 0 0.19 244.1 0.64 0.49
Hex 38 2D CE 49 4E 0 13 F4 40 31
Octal 70 55 316 111 116 0 23 364 100 61
Binary 111000 101101 11001110 1001001 1001110 0 10011 11110100 1000000 110001

Color Harmonies of #382DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DCE

Black with #382DCE

Text Example


Text Example

White with #382DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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