Html Css Color HEX #383266 Deep Koamaru

📋 copy color: '#383266'

red 56 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #383266

Tints of Deep Koamaru #383266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 26.92%
G = 24.04%
B = 49.04%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#383266 (or 0x383266) is known color: Deep Koamaru. HEX triplet: 38, 32 and 66. RGB value is (56,50,102). Sum of RGB (Red+Green+Blue) = 56+50+102=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #383266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383266 is #C7CD99. Grayscale: #393939. Windows color (decimal): -13094298 or 6697528. OLE color: 6697528.

HSL color Cylindrical-coordinate representation of color #383266: hue angle of 246.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383266 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 50 102 -
CMYK 0.45 0.51 0 0.6
HSL 246.92º 0.34% 0.3% -
HSV(B) 246.92º 0.51% 0.4% -
XYZ 5.17 4.08 13.09 -
YUV 57.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 56 50 102 0.45 0.51 0 0.6 246.92 0.34 0.3
Hex 38 32 66 2D 33 0 3C F7 22 1E
Octal 70 62 146 55 63 0 74 367 42 36
Binary 111000 110010 1100110 101101 110011 0 111100 11110111 100010 11110

Color Harmonies of #383266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383266

Black with #383266

Text Example


Text Example

White with #383266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383266; }

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

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

background-color css

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

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

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

border-color css

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

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

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