Html Css Color HEX #38375B Deep Koamaru

📋 copy color: '#38375B'

red 56 ◦ green 55 ◦ blue 91

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

Shades of Deep Koamaru #38375B

Tints of Deep Koamaru #38375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 27.72%
G = 27.23%
B = 45.05%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38375B (or 0x38375B) is known color: Deep Koamaru. HEX triplet: 38, 37 and 5B. RGB value is (56,55,91). Sum of RGB (Red+Green+Blue) = 56+55+91=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #38375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38375B is #C7C8A4. Grayscale: #3B3B3B. Windows color (decimal): -13093029 or 5977912. OLE color: 5977912.

HSL color Cylindrical-coordinate representation of color #38375B: hue angle of 241.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38375B is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 55 91 -
CMYK 0.38 0.40 0 0.64
HSL 241.67º 0.25% 0.29% -
HSV(B) 241.67º 0.4% 0.36% -
XYZ 4.89 4.33 10.48 -
YUV 59.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 56 55 91 0.38 0.40 0 0.64 241.67 0.25 0.29
Hex 38 37 5B 26 28 0 40 F2 19 1D
Octal 70 67 133 46 50 0 100 362 31 35
Binary 111000 110111 1011011 100110 101000 0 1000000 11110010 11001 11101

Color Harmonies of #38375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38375B

Black with #38375B

Text Example


Text Example

White with #38375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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