Html Css Color HEX #383A61 Deep Koamaru

📋 copy color: '#383A61'

red 56 ◦ green 58 ◦ blue 97

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

Shades of Deep Koamaru #383A61

Tints of Deep Koamaru #383A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 26.54%
G = 27.49%
B = 45.97%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383A61 (or 0x383A61) is known color: Deep Koamaru. HEX triplet: 38, 3A and 61. RGB value is (56,58,97). Sum of RGB (Red+Green+Blue) = 56+58+97=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #383A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A61 is #C7C59E. Grayscale: #3D3D3D. Windows color (decimal): -13092255 or 6371896. OLE color: 6371896.

HSL color Cylindrical-coordinate representation of color #383A61: hue angle of 237.07º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383A61 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 58 97 -
CMYK 0.42 0.40 0 0.62
HSL 237.07º 0.27% 0.3% -
HSV(B) 237.07º 0.42% 0.38% -
XYZ 5.3 4.73 11.94 -
YUV 61.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 56 58 97 0.42 0.40 0 0.62 237.07 0.27 0.3
Hex 38 3A 61 2A 28 0 3E ED 1B 1E
Octal 70 72 141 52 50 0 76 355 33 36
Binary 111000 111010 1100001 101010 101000 0 111110 11101101 11011 11110

Color Harmonies of #383A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A61

Black with #383A61

Text Example


Text Example

White with #383A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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