Html Css Color HEX #38196C Christalle

📋 copy color: '#38196C'

red 56 ◦ green 25 ◦ blue 108

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

Shades of Christalle #38196C

Tints of Christalle #38196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 29.63%
G = 13.23%
B = 57.14%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38196C (or 0x38196C) is known color: Christalle. HEX triplet: 38, 19 and 6C. RGB value is (56,25,108). Sum of RGB (Red+Green+Blue) = 56+25+108=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #38196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38196C is #C7E693. Grayscale: #2B2B2B. Windows color (decimal): -13100692 or 7084344. OLE color: 7084344.

HSL color Cylindrical-coordinate representation of color #38196C: hue angle of 262.41º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38196C is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 25 108 -
CMYK 0.48 0.77 0 0.58
HSL 262.41º 0.62% 0.26% -
HSV(B) 262.41º 0.77% 0.42% -
XYZ 4.69 2.62 14.45 -
YUV 43.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 56 25 108 0.48 0.77 0 0.58 262.41 0.62 0.26
Hex 38 19 6C 30 4D 0 3A 106 3E 1A
Octal 70 31 154 60 115 0 72 406 76 32
Binary 111000 11001 1101100 110000 1001101 0 111010 100000110 111110 11010

Color Harmonies of #38196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38196C

Black with #38196C

Text Example


Text Example

White with #38196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38196C; }

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

 H1.HeaderClassName
 {
   color: #38196C;
 }
 .AnyTagClassName
 {
   color: #38196C;
 }
</style>

background-color css

<style>
 a { background-color: #38196C; }

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

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

border-color css

<style>
 span { border-color: #38196C; }

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

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