Html Css Color HEX #383275 Deep Koamaru

📋 copy color: '#383275'

red 56 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #383275

Tints of Deep Koamaru #383275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 25.11%
G = 22.42%
B = 52.47%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383275 (or 0x383275) is known color: Deep Koamaru. HEX triplet: 38, 32 and 75. RGB value is (56,50,117). Sum of RGB (Red+Green+Blue) = 56+50+117=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #383275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383275 is #C7CD8A. Grayscale: #3B3B3B. Windows color (decimal): -13094283 or 7680568. OLE color: 7680568.

HSL color Cylindrical-coordinate representation of color #383275: hue angle of 245.37º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383275 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 50 117 -
CMYK 0.52 0.57 0 0.54
HSL 245.37º 0.4% 0.33% -
HSV(B) 245.37º 0.57% 0.46% -
XYZ 5.98 4.41 17.36 -
YUV 59.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 56 50 117 0.52 0.57 0 0.54 245.37 0.4 0.33
Hex 38 32 75 34 39 0 36 F5 28 21
Octal 70 62 165 64 71 0 66 365 50 41
Binary 111000 110010 1110101 110100 111001 0 110110 11110101 101000 100001

Color Harmonies of #383275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383275

Black with #383275

Text Example


Text Example

White with #383275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383275; }

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

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

background-color css

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

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

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

border-color css

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

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

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