Html Css Color HEX #38465B Rhino

📋 copy color: '#38465B'

red 56 ◦ green 70 ◦ blue 91

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

Shades of Rhino #38465B

Tints of Rhino #38465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

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

R = 25.81%
G = 32.26%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38465B (or 0x38465B) is known color: Rhino. HEX triplet: 38, 46 and 5B. RGB value is (56,70,91). Sum of RGB (Red+Green+Blue) = 56+70+91=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #38465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465B is #C7B9A4. Grayscale: #444444. Windows color (decimal): -13089189 or 5981752. OLE color: 5981752.

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

Color convert

RGB 56 70 91 -
CMYK 0.38 0.23 0 0.64
HSL 216º 0.24% 0.29% -
HSV(B) 216º 0.38% 0.36% -
XYZ 5.71 5.98 10.75 -
YUV 68.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 56 70 91 0.38 0.23 0 0.64 216 0.24 0.29
Hex 38 46 5B 26 17 0 40 D8 18 1D
Octal 70 106 133 46 27 0 100 330 30 35
Binary 111000 1000110 1011011 100110 10111 0 1000000 11011000 11000 11101

Color Harmonies of #38465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38465B

Black with #38465B

Text Example


Text Example

White with #38465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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