Html Css Color HEX #38376F Deep Koamaru

📋 copy color: '#38376F'

red 56 ◦ green 55 ◦ blue 111

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

Shades of Deep Koamaru #38376F

Tints of Deep Koamaru #38376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 25.23%
G = 24.77%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38376F (or 0x38376F) is known color: Deep Koamaru. HEX triplet: 38, 37 and 6F. RGB value is (56,55,111). Sum of RGB (Red+Green+Blue) = 56+55+111=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #38376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38376F is #C7C890. Grayscale: #3D3D3D. Windows color (decimal): -13093009 or 7288632. OLE color: 7288632.

HSL color Cylindrical-coordinate representation of color #38376F: hue angle of 241.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38376F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 55 111 -
CMYK 0.50 0.50 0 0.56
HSL 241.07º 0.34% 0.33% -
HSV(B) 241.07º 0.5% 0.44% -
XYZ 5.87 4.72 15.64 -
YUV 61.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 56 55 111 0.50 0.50 0 0.56 241.07 0.34 0.33
Hex 38 37 6F 32 32 0 38 F1 22 21
Octal 70 67 157 62 62 0 70 361 42 41
Binary 111000 110111 1101111 110010 110010 0 111000 11110001 100010 100001

Color Harmonies of #38376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38376F

Black with #38376F

Text Example


Text Example

White with #38376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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