Html Css Color HEX #38386F Deep Koamaru

📋 copy color: '#38386F'

red 56 ◦ green 56 ◦ blue 111

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

Shades of Deep Koamaru #38386F

Tints of Deep Koamaru #38386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 25.11%
G = 25.11%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38386F (or 0x38386F) is known color: Deep Koamaru. HEX triplet: 38, 38 and 6F. RGB value is (56,56,111). Sum of RGB (Red+Green+Blue) = 56+56+111=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #38386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38386F is #C7C790. Grayscale: #3E3E3E. Windows color (decimal): -13092753 or 7288888. OLE color: 7288888.

HSL color Cylindrical-coordinate representation of color #38386F: hue angle of 240º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38386F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 56 111 -
CMYK 0.50 0.50 0 0.56
HSL 240º 0.33% 0.33% -
HSV(B) 240º 0.5% 0.44% -
XYZ 5.91 4.82 15.66 -
YUV 62.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 56 56 111 0.50 0.50 0 0.56 240 0.33 0.33
Hex 38 38 6F 32 32 0 38 F0 21 21
Octal 70 70 157 62 62 0 70 360 41 41
Binary 111000 111000 1101111 110010 110010 0 111000 11110000 100001 100001

Color Harmonies of #38386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38386F

Black with #38386F

Text Example


Text Example

White with #38386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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