Html Css Color HEX #383A66 Deep Koamaru

📋 copy color: '#383A66'

red 56 ◦ green 58 ◦ blue 102

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

Shades of Deep Koamaru #383A66

Tints of Deep Koamaru #383A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.22%

R = 25.93%
G = 26.85%
B = 47.22%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#383A66 (or 0x383A66) is known color: Deep Koamaru. HEX triplet: 38, 3A and 66. RGB value is (56,58,102). Sum of RGB (Red+Green+Blue) = 56+58+102=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #383A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A66 is #C7C599. Grayscale: #3E3E3E. Windows color (decimal): -13092250 or 6699576. OLE color: 6699576.

HSL color Cylindrical-coordinate representation of color #383A66: hue angle of 237.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #383A66 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 58 102 -
CMYK 0.45 0.43 0 0.6
HSL 237.39º 0.29% 0.31% -
HSV(B) 237.39º 0.45% 0.4% -
XYZ 5.54 4.83 13.21 -
YUV 62.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 56 58 102 0.45 0.43 0 0.6 237.39 0.29 0.31
Hex 38 3A 66 2D 2B 0 3C ED 1D 1F
Octal 70 72 146 55 53 0 74 355 35 37
Binary 111000 111010 1100110 101101 101011 0 111100 11101101 11101 11111

Color Harmonies of #383A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A66

Black with #383A66

Text Example


Text Example

White with #383A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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