Html Css Color HEX #381E70 Christalle

📋 copy color: '#381E70'

red 56 ◦ green 30 ◦ blue 112

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

Shades of Christalle #381E70

Tints of Christalle #381E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.15%

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 28.28%
G = 15.15%
B = 56.57%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381E70 (or 0x381E70) is known color: Christalle. HEX triplet: 38, 1E and 70. RGB value is (56,30,112). Sum of RGB (Red+Green+Blue) = 56+30+112=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #381E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E70 is #C7E18F. Grayscale: #2E2E2E. Windows color (decimal): -13099408 or 7347768. OLE color: 7347768.

HSL color Cylindrical-coordinate representation of color #381E70: hue angle of 259.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381E70 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 30 112 -
CMYK 0.50 0.73 0 0.56
HSL 259.02º 0.58% 0.28% -
HSV(B) 259.02º 0.73% 0.44% -
XYZ 5.02 2.94 15.63 -
YUV 47.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 56 30 112 0.50 0.73 0 0.56 259.02 0.58 0.28
Hex 38 1E 70 32 49 0 38 103 3A 1C
Octal 70 36 160 62 111 0 70 403 72 34
Binary 111000 11110 1110000 110010 1001001 0 111000 100000011 111010 11100

Color Harmonies of #381E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E70

Black with #381E70

Text Example


Text Example

White with #381E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,112); }

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

background-color css

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

 a { background-color: rgb(56,30,112); }

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

border-color css

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

 span { border-color: rgb(56,30,112); }

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