Html Css Color HEX #383265 Deep Koamaru

📋 copy color: '#383265'

red 56 ◦ green 50 ◦ blue 101

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

Shades of Deep Koamaru #383265

Tints of Deep Koamaru #383265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 27.05%
G = 24.15%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383265 (or 0x383265) is known color: Deep Koamaru. HEX triplet: 38, 32 and 65. RGB value is (56,50,101). Sum of RGB (Red+Green+Blue) = 56+50+101=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #383265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383265 is #C7CD9A. Grayscale: #393939. Windows color (decimal): -13094299 or 6631992. OLE color: 6631992.

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

Color convert

RGB 56 50 101 -
CMYK 0.45 0.50 0 0.60
HSL 247.06º 0.34% 0.3% -
HSV(B) 247.06º 0.5% 0.4% -
XYZ 5.12 4.06 12.83 -
YUV 57.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 56 50 101 0.45 0.50 0 0.60 247.06 0.34 0.3
Hex 38 32 65 2D 32 0 3C F7 22 1E
Octal 70 62 145 55 62 0 74 367 42 36
Binary 111000 110010 1100101 101101 110010 0 111100 11110111 100010 11110

Color Harmonies of #383265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383265

Black with #383265

Text Example


Text Example

White with #383265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383265; }

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

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

background-color css

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

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

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

border-color css

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

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

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