Html Css Color HEX #383375 Deep Koamaru

📋 copy color: '#383375'

red 56 ◦ green 51 ◦ blue 117

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

Shades of Deep Koamaru #383375

Tints of Deep Koamaru #383375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 25%
G = 22.77%
B = 52.23%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383375 (or 0x383375) is known color: Deep Koamaru. HEX triplet: 38, 33 and 75. RGB value is (56,51,117). Sum of RGB (Red+Green+Blue) = 56+51+117=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #383375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383375 is #C7CC8A. Grayscale: #3B3B3B. Windows color (decimal): -13094027 or 7680824. OLE color: 7680824.

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

Color convert

RGB 56 51 117 -
CMYK 0.52 0.56 0 0.54
HSL 244.55º 0.39% 0.33% -
HSV(B) 244.55º 0.56% 0.46% -
XYZ 6.03 4.49 17.38 -
YUV 60.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 56 51 117 0.52 0.56 0 0.54 244.55 0.39 0.33
Hex 38 33 75 34 38 0 36 F5 27 21
Octal 70 63 165 64 70 0 66 365 47 41
Binary 111000 110011 1110101 110100 111000 0 110110 11110101 100111 100001

Color Harmonies of #383375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383375

Black with #383375

Text Example


Text Example

White with #383375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383375; }

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

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

background-color css

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

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

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

border-color css

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

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

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