Html Css Color HEX #383268 Deep Koamaru

📋 copy color: '#383268'

red 56 ◦ green 50 ◦ blue 104

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

Shades of Deep Koamaru #383268

Tints of Deep Koamaru #383268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 26.67%
G = 23.81%
B = 49.52%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383268 (or 0x383268) is known color: Deep Koamaru. HEX triplet: 38, 32 and 68. RGB value is (56,50,104). Sum of RGB (Red+Green+Blue) = 56+50+104=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #383268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383268 is #C7CD97. Grayscale: #393939. Windows color (decimal): -13094296 or 6828600. OLE color: 6828600.

HSL color Cylindrical-coordinate representation of color #383268: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383268 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 50 104 -
CMYK 0.46 0.52 0 0.59
HSL 246.67º 0.35% 0.3% -
HSV(B) 246.67º 0.52% 0.41% -
XYZ 5.27 4.12 13.61 -
YUV 57.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 56 50 104 0.46 0.52 0 0.59 246.67 0.35 0.3
Hex 38 32 68 2E 34 0 3B F7 23 1E
Octal 70 62 150 56 64 0 73 367 43 36
Binary 111000 110010 1101000 101110 110100 0 111011 11110111 100011 11110

Color Harmonies of #383268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383268

Black with #383268

Text Example


Text Example

White with #383268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383268; }

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

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

background-color css

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

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

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

border-color css

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

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

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