Html Css Color HEX #38375A Deep Koamaru

📋 copy color: '#38375A'

red 56 ◦ green 55 ◦ blue 90

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

Shades of Deep Koamaru #38375A

Tints of Deep Koamaru #38375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.78%

R = 27.86%
G = 27.36%
B = 44.78%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38375A (or 0x38375A) is known color: Deep Koamaru. HEX triplet: 38, 37 and 5A. RGB value is (56,55,90). Sum of RGB (Red+Green+Blue) = 56+55+90=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #38375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38375A is #C7C8A5. Grayscale: #3B3B3B. Windows color (decimal): -13093030 or 5912376. OLE color: 5912376.

HSL color Cylindrical-coordinate representation of color #38375A: hue angle of 241.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38375A is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 55 90 -
CMYK 0.38 0.39 0 0.65
HSL 241.71º 0.24% 0.28% -
HSV(B) 241.71º 0.39% 0.35% -
XYZ 4.84 4.31 10.25 -
YUV 59.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 56 55 90 0.38 0.39 0 0.65 241.71 0.24 0.28
Hex 38 37 5A 26 27 0 41 F2 18 1C
Octal 70 67 132 46 47 0 101 362 30 34
Binary 111000 110111 1011010 100110 100111 0 1000001 11110010 11000 11100

Color Harmonies of #38375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38375A

Black with #38375A

Text Example


Text Example

White with #38375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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