Html Css Color HEX #38396C Deep Koamaru

📋 copy color: '#38396C'

red 56 ◦ green 57 ◦ blue 108

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

Shades of Deep Koamaru #38396C

Tints of Deep Koamaru #38396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 25.34%
G = 25.79%
B = 48.87%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38396C (or 0x38396C) is known color: Deep Koamaru. HEX triplet: 38, 39 and 6C. RGB value is (56,57,108). Sum of RGB (Red+Green+Blue) = 56+57+108=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #38396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38396C is #C7C693. Grayscale: #3E3E3E. Windows color (decimal): -13092500 or 7092536. OLE color: 7092536.

HSL color Cylindrical-coordinate representation of color #38396C: hue angle of 238.85º 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 #38396C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 57 108 -
CMYK 0.48 0.47 0 0.58
HSL 238.85º 0.32% 0.32% -
HSV(B) 238.85º 0.48% 0.42% -
XYZ 5.8 4.85 14.82 -
YUV 62.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 56 57 108 0.48 0.47 0 0.58 238.85 0.32 0.32
Hex 38 39 6C 30 2F 0 3A EF 20 20
Octal 70 71 154 60 57 0 72 357 40 40
Binary 111000 111001 1101100 110000 101111 0 111010 11101111 100000 100000

Color Harmonies of #38396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38396C

Black with #38396C

Text Example


Text Example

White with #38396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38396C; }

 p { color: rgb(56,57,108); }

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

background-color css

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

 a { background-color: rgb(56,57,108); }

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

border-color css

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

 span { border-color: rgb(56,57,108); }

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