#38455A

Color #38455A Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #38455A

Tints of Rhino #38455A

Color information

#38455A (or 0x38455A) is unknown color: approx Rhino. HEX triplet: 38, 45 and 5A. RGB value is (56,69,90). Sum of RGB (Red+Green+Blue) = 56+69+90=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #38455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455A is #C7BAA5. Grayscale: #434343. Windows color (decimal): -13089446 or 5915960. OLE color: 5915960.

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

Color convert

RGB566990-
CMYK0.380.2300.65
HSL217.06º23.29%28.63%-
HSV(B)217.06º37.78%35.29%-
XYZ5.65.8410.5-
YUV67.51140.69119.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=26.05%
G=32.09%
B=41.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5669900.380.2300.65217.0623.2928.63
Hex38455A2617041d9171d
Octal70105132462701013312735
Binary111000100010110110101001101011101000001110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38455A;
 }
 .AnyTagClassName
 {
   color: #38455A;
 }
</style>
background-color css

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

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

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

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

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

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