Html Css Color HEX #383A6D Deep Koamaru

📋 copy color: '#383A6D'

red 56 ◦ green 58 ◦ blue 109

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

Shades of Deep Koamaru #383A6D

Tints of Deep Koamaru #383A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 25.11%
G = 26.01%
B = 48.88%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#383A6D (or 0x383A6D) is known color: Deep Koamaru. HEX triplet: 38, 3A and 6D. RGB value is (56,58,109). Sum of RGB (Red+Green+Blue) = 56+58+109=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #383A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A6D is #C7C592. Grayscale: #3F3F3F. Windows color (decimal): -13092243 or 7158328. OLE color: 7158328.

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

Color convert

RGB 56 58 109 -
CMYK 0.49 0.47 0 0.57
HSL 237.74º 0.32% 0.32% -
HSV(B) 237.74º 0.49% 0.43% -
XYZ 5.9 4.97 15.12 -
YUV 63.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 56 58 109 0.49 0.47 0 0.57 237.74 0.32 0.32
Hex 38 3A 6D 31 2F 0 39 EE 20 20
Octal 70 72 155 61 57 0 71 356 40 40
Binary 111000 111010 1101101 110001 101111 0 111001 11101110 100000 100000

Color Harmonies of #383A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A6D

Black with #383A6D

Text Example


Text Example

White with #383A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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