Html Css Color HEX #38395C Deep Koamaru

📋 copy color: '#38395C'

red 56 ◦ green 57 ◦ blue 92

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

Shades of Deep Koamaru #38395C

Tints of Deep Koamaru #38395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 27.32%
G = 27.8%
B = 44.88%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38395C (or 0x38395C) is known color: Deep Koamaru. HEX triplet: 38, 39 and 5C. RGB value is (56,57,92). Sum of RGB (Red+Green+Blue) = 56+57+92=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #38395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38395C is #C7C6A3. Grayscale: #3C3C3C. Windows color (decimal): -13092516 or 6043960. OLE color: 6043960.

HSL color Cylindrical-coordinate representation of color #38395C: hue angle of 238.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38395C is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 57 92 -
CMYK 0.39 0.38 0 0.64
HSL 238.33º 0.24% 0.29% -
HSV(B) 238.33º 0.39% 0.36% -
XYZ 5.03 4.54 10.74 -
YUV 60.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 56 57 92 0.39 0.38 0 0.64 238.33 0.24 0.29
Hex 38 39 5C 27 26 0 40 EE 18 1D
Octal 70 71 134 47 46 0 100 356 30 35
Binary 111000 111001 1011100 100111 100110 0 1000000 11101110 11000 11101

Color Harmonies of #38395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38395C

Black with #38395C

Text Example


Text Example

White with #38395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,57,92); }

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

background-color css

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

 a { background-color: rgb(56,57,92); }

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

border-color css

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

 span { border-color: rgb(56,57,92); }

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