Html Css Color HEX #381B6E Christalle

📋 copy color: '#381B6E'

red 56 ◦ green 27 ◦ blue 110

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

Shades of Christalle #381B6E

Tints of Christalle #381B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 29.02%
G = 13.99%
B = 56.99%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#381B6E (or 0x381B6E) is known color: Christalle. HEX triplet: 38, 1B and 6E. RGB value is (56,27,110). Sum of RGB (Red+Green+Blue) = 56+27+110=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #381B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B6E is #C7E491. Grayscale: #2C2C2C. Windows color (decimal): -13100178 or 7215928. OLE color: 7215928.

HSL color Cylindrical-coordinate representation of color #381B6E: hue angle of 260.96º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381B6E is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 27 110 -
CMYK 0.49 0.75 0 0.57
HSL 260.96º 0.61% 0.27% -
HSV(B) 260.96º 0.75% 0.43% -
XYZ 4.84 2.75 15.03 -
YUV 45.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 56 27 110 0.49 0.75 0 0.57 260.96 0.61 0.27
Hex 38 1B 6E 31 4B 0 39 105 3D 1B
Octal 70 33 156 61 113 0 71 405 75 33
Binary 111000 11011 1101110 110001 1001011 0 111001 100000101 111101 11011

Color Harmonies of #381B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B6E

Black with #381B6E

Text Example


Text Example

White with #381B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,110); }

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

background-color css

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

 a { background-color: rgb(56,27,110); }

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

border-color css

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

 span { border-color: rgb(56,27,110); }

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