Html Css Color HEX #38376A Deep Koamaru

📋 copy color: '#38376A'

red 56 ◦ green 55 ◦ blue 106

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

Shades of Deep Koamaru #38376A

Tints of Deep Koamaru #38376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 25.81%
G = 25.35%
B = 48.85%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38376A (or 0x38376A) is known color: Deep Koamaru. HEX triplet: 38, 37 and 6A. RGB value is (56,55,106). Sum of RGB (Red+Green+Blue) = 56+55+106=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #38376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38376A is #C7C895. Grayscale: #3C3C3C. Windows color (decimal): -13093014 or 6960952. OLE color: 6960952.

HSL color Cylindrical-coordinate representation of color #38376A: hue angle of 241.18º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38376A is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 55 106 -
CMYK 0.47 0.48 0 0.58
HSL 241.18º 0.32% 0.32% -
HSV(B) 241.18º 0.48% 0.42% -
XYZ 5.6 4.61 14.23 -
YUV 61.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 56 55 106 0.47 0.48 0 0.58 241.18 0.32 0.32
Hex 38 37 6A 2F 30 0 3A F1 20 20
Octal 70 67 152 57 60 0 72 361 40 40
Binary 111000 110111 1101010 101111 110000 0 111010 11110001 100000 100000

Color Harmonies of #38376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38376A

Black with #38376A

Text Example


Text Example

White with #38376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38376A; }

 p { color: rgb(56,55,106); }

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

background-color css

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

 a { background-color: rgb(56,55,106); }

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

border-color css

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

 span { border-color: rgb(56,55,106); }

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