Html Css Color HEX #38195F Christalle

📋 copy color: '#38195F'

red 56 ◦ green 25 ◦ blue 95

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

Shades of Christalle #38195F

Tints of Christalle #38195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 31.82%
G = 14.2%
B = 53.98%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38195F (or 0x38195F) is known color: Christalle. HEX triplet: 38, 19 and 5F. RGB value is (56,25,95). Sum of RGB (Red+Green+Blue) = 56+25+95=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #38195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38195F is #C7E6A0. Grayscale: #2A2A2A. Windows color (decimal): -13100705 or 6232376. OLE color: 6232376.

HSL color Cylindrical-coordinate representation of color #38195F: hue angle of 266.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38195F is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 25 95 -
CMYK 0.41 0.74 0 0.63
HSL 266.57º 0.58% 0.24% -
HSV(B) 266.57º 0.74% 0.37% -
XYZ 4.04 2.36 11.07 -
YUV 42.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 56 25 95 0.41 0.74 0 0.63 266.57 0.58 0.24
Hex 38 19 5F 29 4A 0 3F 10B 3A 18
Octal 70 31 137 51 112 0 77 413 72 30
Binary 111000 11001 1011111 101001 1001010 0 111111 100001011 111010 11000

Color Harmonies of #38195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38195F

Black with #38195F

Text Example


Text Example

White with #38195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38195F; }

 p { color: rgb(56,25,95); }

 H1.HeaderClassName
 {
   color: #38195F;
 }
 .AnyTagClassName
 {
   color: #38195F;
 }
</style>

background-color css

<style>
 a { background-color: #38195F; }

 a { background-color: rgb(56,25,95); }

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

border-color css

<style>
 span { border-color: #38195F; }

 span { border-color: rgb(56,25,95); }

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