Html Css Color HEX #383A5B Deep Koamaru

📋 copy color: '#383A5B'

red 56 ◦ green 58 ◦ blue 91

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

Shades of Deep Koamaru #383A5B

Tints of Deep Koamaru #383A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 27.32%
G = 28.29%
B = 44.39%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#383A5B (or 0x383A5B) is known color: Deep Koamaru. HEX triplet: 38, 3A and 5B. RGB value is (56,58,91). Sum of RGB (Red+Green+Blue) = 56+58+91=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #383A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A5B is #C7C5A4. Grayscale: #3D3D3D. Windows color (decimal): -13092261 or 5978680. OLE color: 5978680.

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

Color convert

RGB 56 58 91 -
CMYK 0.38 0.36 0 0.64
HSL 236.57º 0.24% 0.29% -
HSV(B) 236.57º 0.38% 0.36% -
XYZ 5.03 4.62 10.52 -
YUV 61.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 56 58 91 0.38 0.36 0 0.64 236.57 0.24 0.29
Hex 38 3A 5B 26 24 0 40 ED 18 1D
Octal 70 72 133 46 44 0 100 355 30 35
Binary 111000 111010 1011011 100110 100100 0 1000000 11101101 11000 11101

Color Harmonies of #383A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A5B

Black with #383A5B

Text Example


Text Example

White with #383A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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