Html Css Color HEX #38465D Rhino

📋 copy color: '#38465D'

red 56 ◦ green 70 ◦ blue 93

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

Shades of Rhino #38465D

Tints of Rhino #38465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 25.57%
G = 31.96%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38465D (or 0x38465D) is known color: Rhino. HEX triplet: 38, 46 and 5D. RGB value is (56,70,93). Sum of RGB (Red+Green+Blue) = 56+70+93=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #38465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465D is #C7B9A2. Grayscale: #444444. Windows color (decimal): -13089187 or 6112824. OLE color: 6112824.

HSL color Cylindrical-coordinate representation of color #38465D: hue angle of 217.3º 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 #38465D is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 70 93 -
CMYK 0.40 0.25 0 0.64
HSL 217.3º 0.25% 0.29% -
HSV(B) 217.3º 0.4% 0.36% -
XYZ 5.8 6.01 11.21 -
YUV 68.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 56 70 93 0.40 0.25 0 0.64 217.3 0.25 0.29
Hex 38 46 5D 28 19 0 40 D9 19 1D
Octal 70 106 135 50 31 0 100 331 31 35
Binary 111000 1000110 1011101 101000 11001 0 1000000 11011001 11001 11101

Color Harmonies of #38465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38465D

Black with #38465D

Text Example


Text Example

White with #38465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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