Html Css Color HEX #38386C Deep Koamaru

📋 copy color: '#38386C'

red 56 ◦ green 56 ◦ blue 108

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

Shades of Deep Koamaru #38386C

Tints of Deep Koamaru #38386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 25.45%
G = 25.45%
B = 49.09%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38386C (or 0x38386C) is known color: Deep Koamaru. HEX triplet: 38, 38 and 6C. RGB value is (56,56,108). Sum of RGB (Red+Green+Blue) = 56+56+108=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #38386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38386C is #C7C793. Grayscale: #3D3D3D. Windows color (decimal): -13092756 or 7092280. OLE color: 7092280.

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

Color convert

RGB 56 56 108 -
CMYK 0.48 0.48 0 0.58
HSL 240º 0.32% 0.32% -
HSV(B) 240º 0.48% 0.42% -
XYZ 5.75 4.75 14.8 -
YUV 61.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 56 56 108 0.48 0.48 0 0.58 240 0.32 0.32
Hex 38 38 6C 30 30 0 3A F0 20 20
Octal 70 70 154 60 60 0 72 360 40 40
Binary 111000 111000 1101100 110000 110000 0 111010 11110000 100000 100000

Color Harmonies of #38386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38386C

Black with #38386C

Text Example


Text Example

White with #38386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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