Html Css Color HEX #381D55 Christalle

📋 copy color: '#381D55'

red 56 ◦ green 29 ◦ blue 85

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

Shades of Christalle #381D55

Tints of Christalle #381D55

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 32.94%
G = 17.06%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#381D55 (or 0x381D55) is known color: Christalle. HEX triplet: 38, 1D and 55. RGB value is (56,29,85). Sum of RGB (Red+Green+Blue) = 56+29+85=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #381D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D55 is #C7E2AA. Grayscale: #2B2B2B. Windows color (decimal): -13099691 or 5578040. OLE color: 5578040.

HSL color Cylindrical-coordinate representation of color #381D55: hue angle of 268.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381D55 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 29 85 -
CMYK 0.34 0.66 0 0.67
HSL 268.93º 0.49% 0.22% -
HSV(B) 268.93º 0.66% 0.33% -
XYZ 3.71 2.38 8.86 -
YUV 43.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 56 29 85 0.34 0.66 0 0.67 268.93 0.49 0.22
Hex 38 1D 55 22 42 0 43 10D 31 16
Octal 70 35 125 42 102 0 103 415 61 26
Binary 111000 11101 1010101 100010 1000010 0 1000011 100001101 110001 10110

Color Harmonies of #381D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D55

Black with #381D55

Text Example


Text Example

White with #381D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,85); }

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

background-color css

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

 a { background-color: rgb(56,29,85); }

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

border-color css

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

 span { border-color: rgb(56,29,85); }

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