Html Css Color HEX #38386E Deep Koamaru

📋 copy color: '#38386E'

red 56 ◦ green 56 ◦ blue 110

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

Shades of Deep Koamaru #38386E

Tints of Deep Koamaru #38386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 25.23%
G = 25.23%
B = 49.55%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38386E (or 0x38386E) is known color: Deep Koamaru. HEX triplet: 38, 38 and 6E. RGB value is (56,56,110). Sum of RGB (Red+Green+Blue) = 56+56+110=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #38386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38386E is #C7C791. Grayscale: #3D3D3D. Windows color (decimal): -13092754 or 7223352. OLE color: 7223352.

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

Color convert

RGB 56 56 110 -
CMYK 0.49 0.49 0 0.57
HSL 240º 0.33% 0.33% -
HSV(B) 240º 0.49% 0.43% -
XYZ 5.86 4.79 15.37 -
YUV 62.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 56 56 110 0.49 0.49 0 0.57 240 0.33 0.33
Hex 38 38 6E 31 31 0 39 F0 21 21
Octal 70 70 156 61 61 0 71 360 41 41
Binary 111000 111000 1101110 110001 110001 0 111001 11110000 100001 100001

Color Harmonies of #38386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38386E

Black with #38386E

Text Example


Text Example

White with #38386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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