Html Css Color HEX #383B66 Deep Koamaru

📋 copy color: '#383B66'

red 56 ◦ green 59 ◦ blue 102

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

Shades of Deep Koamaru #383B66

Tints of Deep Koamaru #383B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

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

R = 25.81%
G = 27.19%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#383B66 (or 0x383B66) is known color: Deep Koamaru. HEX triplet: 38, 3B and 66. RGB value is (56,59,102). Sum of RGB (Red+Green+Blue) = 56+59+102=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #383B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B66 is #C7C499. Grayscale: #3E3E3E. Windows color (decimal): -13091994 or 6699832. OLE color: 6699832.

HSL color Cylindrical-coordinate representation of color #383B66: hue angle of 236.09º 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 #383B66 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 59 102 -
CMYK 0.45 0.42 0 0.6
HSL 236.09º 0.29% 0.31% -
HSV(B) 236.09º 0.45% 0.4% -
XYZ 5.59 4.93 13.23 -
YUV 63.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 56 59 102 0.45 0.42 0 0.6 236.09 0.29 0.31
Hex 38 3B 66 2D 2A 0 3C EC 1D 1F
Octal 70 73 146 55 52 0 74 354 35 37
Binary 111000 111011 1100110 101101 101010 0 111100 11101100 11101 11111

Color Harmonies of #383B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B66

Black with #383B66

Text Example


Text Example

White with #383B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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