Html Css Color HEX #383A6E Deep Koamaru

📋 copy color: '#383A6E'

red 56 ◦ green 58 ◦ blue 110

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

Shades of Deep Koamaru #383A6E

Tints of Deep Koamaru #383A6E

RGB

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

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

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

R = 25%
G = 25.89%
B = 49.11%

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

#383A6E (or 0x383A6E) is known color: Deep Koamaru. HEX triplet: 38, 3A and 6E. RGB value is (56,58,110). Sum of RGB (Red+Green+Blue) = 56+58+110=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #383A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A6E is #C7C591. Grayscale: #3F3F3F. Windows color (decimal): -13092242 or 7223864. OLE color: 7223864.

HSL color Cylindrical-coordinate representation of color #383A6E: hue angle of 237.78º 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 #383A6E is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 58 110 -
CMYK 0.49 0.47 0 0.57
HSL 237.78º 0.33% 0.33% -
HSV(B) 237.78º 0.49% 0.43% -
XYZ 5.96 4.99 15.4 -
YUV 63.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 56 58 110 0.49 0.47 0 0.57 237.78 0.33 0.33
Hex 38 3A 6E 31 2F 0 39 EE 21 21
Octal 70 72 156 61 57 0 71 356 41 41
Binary 111000 111010 1101110 110001 101111 0 111001 11101110 100001 100001

Color Harmonies of #383A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A6E

Black with #383A6E

Text Example


Text Example

White with #383A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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