Html Css Color HEX #383A5C Deep Koamaru

📋 copy color: '#383A5C'

red 56 ◦ green 58 ◦ blue 92

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

Shades of Deep Koamaru #383A5C

Tints of Deep Koamaru #383A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

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

R = 27.18%
G = 28.16%
B = 44.66%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#383A5C (or 0x383A5C) is known color: Deep Koamaru. HEX triplet: 38, 3A and 5C. RGB value is (56,58,92). Sum of RGB (Red+Green+Blue) = 56+58+92=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #383A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A5C is #C7C5A3. Grayscale: #3D3D3D. Windows color (decimal): -13092260 or 6044216. OLE color: 6044216.

HSL color Cylindrical-coordinate representation of color #383A5C: hue angle of 236.67º 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 #383A5C is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 58 92 -
CMYK 0.39 0.37 0 0.64
HSL 236.67º 0.24% 0.29% -
HSV(B) 236.67º 0.39% 0.36% -
XYZ 5.08 4.64 10.75 -
YUV 61.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 56 58 92 0.39 0.37 0 0.64 236.67 0.24 0.29
Hex 38 3A 5C 27 25 0 40 ED 18 1D
Octal 70 72 134 47 45 0 100 355 30 35
Binary 111000 111010 1011100 100111 100101 0 1000000 11101101 11000 11101

Color Harmonies of #383A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A5C

Black with #383A5C

Text Example


Text Example

White with #383A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A5C; }

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

 H1.HeaderClassName
 {
   color: #383A5C;
 }
 .AnyTagClassName
 {
   color: #383A5C;
 }
</style>

background-color css

<style>
 a { background-color: #383A5C; }

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

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

border-color css

<style>
 span { border-color: #383A5C; }

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

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