Html Css Color HEX #38465C Rhino

📋 copy color: '#38465C'

red 56 ◦ green 70 ◦ blue 92

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

Shades of Rhino #38465C

Tints of Rhino #38465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 25.69%
G = 32.11%
B = 42.2%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38465C (or 0x38465C) is known color: Rhino. HEX triplet: 38, 46 and 5C. RGB value is (56,70,92). Sum of RGB (Red+Green+Blue) = 56+70+92=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #38465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38465C is #C7B9A3. Grayscale: #444444. Windows color (decimal): -13089188 or 6047288. OLE color: 6047288.

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

Color convert

RGB 56 70 92 -
CMYK 0.39 0.24 0 0.64
HSL 216.67º 0.24% 0.29% -
HSV(B) 216.67º 0.39% 0.36% -
XYZ 5.75 5.99 10.98 -
YUV 68.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 56 70 92 0.39 0.24 0 0.64 216.67 0.24 0.29
Hex 38 46 5C 27 18 0 40 D9 18 1D
Octal 70 106 134 47 30 0 100 331 30 35
Binary 111000 1000110 1011100 100111 11000 0 1000000 11011001 11000 11101

Color Harmonies of #38465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38465C

Black with #38465C

Text Example


Text Example

White with #38465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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