Html Css Color HEX #38366A Deep Koamaru

📋 copy color: '#38366A'

red 56 ◦ green 54 ◦ blue 106

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

Shades of Deep Koamaru #38366A

Tints of Deep Koamaru #38366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 25.93%
G = 25%
B = 49.07%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38366A (or 0x38366A) is known color: Deep Koamaru. HEX triplet: 38, 36 and 6A. RGB value is (56,54,106). Sum of RGB (Red+Green+Blue) = 56+54+106=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #38366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38366A is #C7C995. Grayscale: #3C3C3C. Windows color (decimal): -13093270 or 6960696. OLE color: 6960696.

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

Color convert

RGB 56 54 106 -
CMYK 0.47 0.49 0 0.58
HSL 242.31º 0.33% 0.31% -
HSV(B) 242.31º 0.49% 0.42% -
XYZ 5.55 4.52 14.22 -
YUV 60.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 56 54 106 0.47 0.49 0 0.58 242.31 0.33 0.31
Hex 38 36 6A 2F 31 0 3A F2 20 1F
Octal 70 66 152 57 61 0 72 362 40 37
Binary 111000 110110 1101010 101111 110001 0 111010 11110010 100000 11111

Color Harmonies of #38366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38366A

Black with #38366A

Text Example


Text Example

White with #38366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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