Html Css Color HEX #382CCE Persian Blue

📋 copy color: '#382CCE'

red 56 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #382CCE

Tints of Persian Blue #382CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

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

R = 18.3%
G = 14.38%
B = 67.32%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#382CCE (or 0x382CCE) is known color: Persian Blue. HEX triplet: 38, 2C and CE. RGB value is (56,44,206). Sum of RGB (Red+Green+Blue) = 56+44+206=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #382CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CCE is #C7D331. Grayscale: #414141. Windows color (decimal): -13095730 or 13511736. OLE color: 13511736.

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

Color convert

RGB 56 44 206 -
CMYK 0.73 0.79 0 0.19
HSL 244.44º 0.65% 0.49% -
HSV(B) 244.44º 0.79% 0.81% -
XYZ 13.67 7.1 59.04 -
YUV 66.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 56 44 206 0.73 0.79 0 0.19 244.44 0.65 0.49
Hex 38 2C CE 49 4F 0 13 F4 41 31
Octal 70 54 316 111 117 0 23 364 101 61
Binary 111000 101100 11001110 1001001 1001111 0 10011 11110100 1000001 110001

Color Harmonies of #382CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CCE

Black with #382CCE

Text Example


Text Example

White with #382CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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